mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #864 from AnotherFoxGuy/no-screeshare
🔧 Disable building electron screenshare app on windows
This commit is contained in:
commit
58a7819fef
1 changed files with 0 additions and 3 deletions
|
@ -252,9 +252,6 @@ else()
|
|||
endif()
|
||||
|
||||
set(SCREENSHARE 0)
|
||||
if (WIN32)
|
||||
set(SCREENSHARE 1)
|
||||
endif()
|
||||
if (APPLE AND NOT CLIENT_ONLY)
|
||||
# Don't include Screenshare in OSX client-only builds.
|
||||
set(SCREENSHARE 1)
|
||||
|
|
Loading…
Reference in a new issue