Don't depend on screenshare on Android

This commit is contained in:
Dale Glass 2021-01-30 22:56:29 +01:00
parent 6cd8eca159
commit 2b05c32436

View file

@ -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()