Merge pull request #864 from AnotherFoxGuy/no-screeshare

🔧 Disable building electron screenshare app on windows
This commit is contained in:
ksuprynowicz 2024-03-14 00:17:45 +01:00 committed by GitHub
commit 58a7819fef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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