mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +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)
|
||||
|
||||
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')
|
||||
for bin in bins:
|
||||
to_lipo = []
|
||||
|
|
Loading…
Reference in a new issue