Pass -R to ppackage

This commit is contained in:
rdb 2009-12-12 20:12:30 +00:00
parent aaa4c74528
commit c7e38fb671
1 changed files with 2 additions and 0 deletions

View File

@ -994,6 +994,8 @@ def Package(target, inputs, opts):
if (GetOptimizeOption(opts) >= 4):
command += " -OO"
command += " direct/src/p3d/ppackage.py -u"
if (sys.platform == "darwin" and "MACOSX" in SDK and SDK["MACOSX"] != None and len(SDK["MACOSX"]) > 1):
command += " -R \"%s\"" % SDK["MACOSX"]
command += " -i \"" + GetOutputDir() + "/stage\""
command += " " + inputs[0]
oscmd(command)