mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove -sFORCE_FILESYSTEM=1 from compile options
The latest Emscripten will warn that it should only be passed as a linker option.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
7560b8b60b
commit
15b6fb0edd
@@ -345,7 +345,6 @@ if(HAIKU)
|
||||
target_link_libraries(VVVVVV ${BE_LIBRARY} ${ROOT_LIBRARY})
|
||||
endif()
|
||||
if(EMSCRIPTEN)
|
||||
target_compile_options(VVVVVV PUBLIC -sFORCE_FILESYSTEM=1)
|
||||
# 256MB is enough for everybody
|
||||
target_link_libraries(VVVVVV -sFORCE_FILESYSTEM=1 -sTOTAL_MEMORY=256MB)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user