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:
parent
c2efe443f4
commit
941bd91d25
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user