mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 17:33:05 +02:00
Don't depend on screenshare on Android
This commit is contained in:
parent
6cd8eca159
commit
2b05c32436
1 changed files with 1 additions and 3 deletions
|
@ -197,9 +197,7 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
|
|||
add_dependencies(resources jsdoc)
|
||||
endif()
|
||||
|
||||
if (WIN32 OR APPLE)
|
||||
add_dependencies(${TARGET_NAME} resources)
|
||||
if (WIN32 OR APPLE OR UNIX)
|
||||
if ((WIN32 OR APPLE OR UNIX) AND NOT ANDROID)
|
||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue