Skip to content

Commit

Permalink
player: Fix "unclosed openend string list" compilation error on emscr…
Browse files Browse the repository at this point in the history
…ipten

Signed-off-by: Squareys <squareys@googlemail.com>
  • Loading branch information
Squareys committed May 26, 2019
1 parent c807881 commit 3ab1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/CMakeLists.txt
Expand Up @@ -71,7 +71,7 @@ endif()

if(CORRADE_TARGET_EMSCRIPTEN)
# globals yay :/
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -s 'EXTRA_EXPORTED_RUNTIME_METHODS=[\"ccall\"]' -s ALLOW_MEMORY_GROWTH=1")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -s EXTRA_EXPORTED_RUNTIME_METHODS=[\"ccall\"] -s ALLOW_MEMORY_GROWTH=1")

install(FILES player.html DESTINATION ${MAGNUM_DEPLOY_PREFIX}/magnum-player RENAME index.html)
install(TARGETS magnum-player DESTINATION ${MAGNUM_DEPLOY_PREFIX}/magnum-player)
Expand Down

0 comments on commit 3ab1574

Please sign in to comment.