Rename variable for exported functions
Emscripten complains that this variable is deprecated and should be replaced with the one given in this patch. Change-Id: Iafee06fcb1f292de25570545d74d7327679461b0 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>bb10
parent
2bd3c53a95
commit
58d64b770a
|
|
@ -3,7 +3,7 @@ function (qt_internal_setup_wasm_target_properties wasmTarget)
|
|||
|
||||
target_link_options("${wasmTarget}" INTERFACE
|
||||
"SHELL:-s ERROR_ON_UNDEFINED_SYMBOLS=1"
|
||||
"SHELL:-s EXTRA_EXPORTED_RUNTIME_METHODS=[UTF16ToString,stringToUTF16]"
|
||||
"SHELL:-s EXPORTED_RUNTIME_METHODS=[UTF16ToString,stringToUTF16]"
|
||||
"SHELL:-s USE_WEBGL2=1"
|
||||
"--bind"
|
||||
"SHELL:-s FETCH=1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue