Fix build -- screenshare is not found

This commit is contained in:
Dale Glass 2021-06-10 22:48:43 +02:00
parent f7af9a8b2a
commit 3ebcced301

View file

@ -197,8 +197,8 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
add_dependencies(resources jsdoc)
endif()
if ((WIN32 OR APPLE OR UNIX) AND NOT ANDROID)
add_dependencies(${TARGET_NAME} resources screenshare)
if (WIN32 OR APPLE)
add_dependencies(${TARGET_NAME} resources)
endif()
if (SCREENSHARE)