1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

make.py - Make no-bin work ()

This commit is contained in:
PabstMirror 2017-10-24 15:52:04 -05:00 committed by GitHub
parent 1cd86efc06
commit cef4f9d923

@ -1277,7 +1277,7 @@ See the make.cfg file for additional build options.
if os.path.isfile(nobinFilePath):
print_green("$NOBIN$ Found. Proceeding with non-binarizing!")
cmd = [makepboTool, "-P","-A","-G","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
cmd = [makepboTool, "-P","-A","-G","-N","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
else:
if check_external: