mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +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)
|
set(PACKAGE_TARGETS)
|
||||||
|
|
||||||
if(DMGTOOLS_FOUND OR HDIUTIL)
|
if(CLIENT AND (DMGTOOLS_FOUND OR HDIUTIL))
|
||||||
file(MAKE_DIRECTORY bundle/client/)
|
file(MAKE_DIRECTORY bundle/client/)
|
||||||
file(MAKE_DIRECTORY bundle/server/)
|
file(MAKE_DIRECTORY bundle/server/)
|
||||||
configure_file(other/bundle/client/Info.plist.in bundle/client/Info.plist)
|
configure_file(other/bundle/client/Info.plist.in bundle/client/Info.plist)
|
||||||
|
|
Loading…
Reference in a new issue