Disable Qt library deployment for mac.

Doesn't seem to work on the autobuild server.
clonk_re-export
Sven Eberhardt 2018-02-12 21:51:50 -08:00
parent 9df7a193e4
commit 8a050c1ff9
1 changed files with 3 additions and 2 deletions

View File

@ -1193,8 +1193,9 @@ if(NOT HEADLESS_ONLY)
include(DeployQt)
windeployqt(openclonk)
elseif(APPLE)
include(DeployQt)
macdeployqt(nitroshare-client)
# mac qt deploy disabled for now; doesn't seem to work on the autobuild server
# include(DeployQt)
# macdeployqt(nitroshare-client)
endif()
endif()