mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
make.py - Make no-bin work (#5670)
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user