Fix typo in Web CMakeLists
This commit is contained in:
parent
aa95c80e1a
commit
851f3daad0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if(ENABLE_GLSLANG_JS)
|
|||
target_link_options(glslang.js PRIVATE "SHELL: -s FILESYSTEM=0")
|
||||
|
||||
if(ENABLE_EMSCRIPTEN_SINGLE_FILE)
|
||||
target_link_options(glslang.js "SHELL: -s SINGLE_FILE=1")
|
||||
target_link_options(glslang.js PRIVATE "SHELL: -s SINGLE_FILE=1")
|
||||
endif(ENABLE_EMSCRIPTEN_SINGLE_FILE)
|
||||
|
||||
if(ENABLE_EMSCRIPTEN_ENVIRONMENT_NODE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue