mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #1070
1070: Fix build with `-DCLIENT=OFF` on macOS r=Learath2 a=heinrich5991
This commit is contained in:
commit
f1d4772043
|
@ -1298,7 +1298,7 @@ endif()
|
|||
|
||||
set(PACKAGE_TARGETS)
|
||||
|
||||
if(DMGTOOLS_FOUND OR HDIUTIL)
|
||||
if(CLIENT AND (DMGTOOLS_FOUND OR HDIUTIL))
|
||||
file(MAKE_DIRECTORY bundle/client/)
|
||||
file(MAKE_DIRECTORY bundle/server/)
|
||||
configure_file(other/bundle/client/Info.plist.in bundle/client/Info.plist)
|
||||
|
|
Loading…
Reference in a new issue