mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix build with -DCLIENT=OFF
on macOS
This commit is contained in:
parent
731c329c13
commit
d118fbd5e0
|
@ -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