mirror of
https://github.com/RPCS3/glslang.git
synced 2026-01-31 01:25:22 +01:00
Merge pull request #2103 from kainino0x/web-cmake-typo
Fix typo in Web CMakeLists
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user