Unverified Commit f333272e by John Kessenich Committed by GitHub

Merge pull request #2103 from kainino0x/web-cmake-typo

Fix typo in Web CMakeLists
parents 3b5eaf79 851f3daa
...@@ -17,7 +17,7 @@ if(ENABLE_GLSLANG_JS) ...@@ -17,7 +17,7 @@ if(ENABLE_GLSLANG_JS)
target_link_options(glslang.js PRIVATE "SHELL: -s FILESYSTEM=0") target_link_options(glslang.js PRIVATE "SHELL: -s FILESYSTEM=0")
if(ENABLE_EMSCRIPTEN_SINGLE_FILE) 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) endif(ENABLE_EMSCRIPTEN_SINGLE_FILE)
if(ENABLE_EMSCRIPTEN_ENVIRONMENT_NODE) if(ENABLE_EMSCRIPTEN_ENVIRONMENT_NODE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment