mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 08:23:17 +02:00
Fix build -- screenshare is not found
This commit is contained in:
parent
f7af9a8b2a
commit
3ebcced301
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue