fix path to release/python.zip for scons and cmake
I hope this doesn't break anything
This commit is contained in:
@@ -501,10 +501,7 @@ def AppIt(target=None, source=None, env=None):
|
||||
installdir = env['BF_INSTALLDIR']
|
||||
print("compiled architecture: %s"%(osxarch))
|
||||
print("Installing to %s"%(installdir))
|
||||
if libdir == '../lib/darwin-9.x.universal':
|
||||
python_zip = 'python_' + osxarch + '.zip' # set specific python_arch.zip
|
||||
else:
|
||||
python_zip = 'python.zip' # compatibility for darwin8 python.zip
|
||||
python_zip = 'python_' + osxarch + '.zip' # set specific python_arch.zip
|
||||
print("unzipping to app-bundle: %s"%(python_zip))
|
||||
bldroot = env.Dir('.').abspath
|
||||
binary = env['BINARYKIND']
|
||||
|
Reference in New Issue
Block a user