mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Some stuff
This commit is contained in:
parent
85c303d7fa
commit
95d0df7a7d
@ -858,6 +858,7 @@ def WriteConfigSettings():
|
|||||||
dtool_config["HAVE_CGDX9"] = '1'
|
dtool_config["HAVE_CGDX9"] = '1'
|
||||||
|
|
||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
|
dtool_config["PYTHON_FRAMEWORK"] = '"Python"'
|
||||||
dtool_config["HAVE_MALLOC_H"] = 'UNDEF'
|
dtool_config["HAVE_MALLOC_H"] = 'UNDEF'
|
||||||
dtool_config["HAVE_SYS_MALLOC_H"] = '1'
|
dtool_config["HAVE_SYS_MALLOC_H"] = '1'
|
||||||
dtool_config["HAVE_OPENAL_FRAMEWORK"] = '1'
|
dtool_config["HAVE_OPENAL_FRAMEWORK"] = '1'
|
||||||
@ -3634,8 +3635,8 @@ def MakeInstallerOSX():
|
|||||||
if ((base != "extensions") and (base != "extensions_native")):
|
if ((base != "extensions") and (base != "extensions_native")):
|
||||||
compileall.compile_dir("Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/direct/src/"+base)
|
compileall.compile_dir("Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/direct/src/"+base)
|
||||||
compileall.compile_dir("Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/Pmw")
|
compileall.compile_dir("Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/Pmw")
|
||||||
oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/direct", True)
|
oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/direct")
|
||||||
oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/pandac", True)
|
oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/pandac")
|
||||||
if os.path.isdir("samples"): oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/samples")
|
if os.path.isdir("samples"): oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/samples")
|
||||||
if os.path.isdir("built/Pmw"): oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/Pmw")
|
if os.path.isdir("built/Pmw"): oscmd("chmod -R 555 Panda3D-tpl-rw/Panda3D/"+VERSION+"/lib/Pmw")
|
||||||
except: # Make sure the dmg gets unmounted even when error occurs
|
except: # Make sure the dmg gets unmounted even when error occurs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user