mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Bundle map_diff on OSX
This commit is contained in:
parent
9779e5adde
commit
8580aa6b6c
|
@ -104,7 +104,7 @@ if include_src:
|
||||||
shutil.copy("configure.lua", package_dir)
|
shutil.copy("configure.lua", package_dir)
|
||||||
|
|
||||||
if use_bundle:
|
if use_bundle:
|
||||||
bins = [name, name+'-Server', 'dilate', 'config_store', 'config_retrieve', 'map_extract', 'serverlaunch']
|
bins = [name, name+'-Server', 'dilate', 'config_store', 'config_retrieve', 'map_extract', 'map_diff', 'serverlaunch']
|
||||||
platforms = ('x86', 'x86_64', 'ppc')
|
platforms = ('x86', 'x86_64', 'ppc')
|
||||||
for bin in bins:
|
for bin in bins:
|
||||||
to_lipo = []
|
to_lipo = []
|
||||||
|
|
Loading…
Reference in a new issue