1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Do not provide movies with emscripten build

Threading is not supported, then SDL_kitchensink can not be used.
This commit is contained in:
Mathieu Schroeter 2019-01-13 00:23:11 +01:00
parent c2efe443f4
commit 941bd91d25

View File

@ -93,7 +93,9 @@ else ()
)
endif ()
file (COPY resources/image DESTINATION share/planetblupi)
file (COPY resources/movie DESTINATION share/planetblupi)
if (NOT BUILD_JS)
file (COPY resources/movie DESTINATION share/planetblupi)
endif ()
file (COPY resources/sound DESTINATION share/planetblupi)
file (COPY resources/music DESTINATION share/planetblupi)
file (COPY LICENSE.all DESTINATION share/doc/planetblupi)