mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Add back missing libp3pystub.a to Mac OS X SDK
This commit is contained in:
parent
db97747981
commit
645d179227
@ -28,6 +28,7 @@ This issue fixes several bugs that were still found in 1.9.2.
|
|||||||
* Fix occasional frame lag when loading a big model asynchronously
|
* Fix occasional frame lag when loading a big model asynchronously
|
||||||
* Fix race condition reading string config var
|
* Fix race condition reading string config var
|
||||||
* Fix interrogate parsing issue with "const static"
|
* Fix interrogate parsing issue with "const static"
|
||||||
|
* Add back missing libp3pystub.a to Mac OS X SDK
|
||||||
|
|
||||||
------------------------ RELEASE 1.9.2 ------------------------
|
------------------------ RELEASE 1.9.2 ------------------------
|
||||||
|
|
||||||
|
@ -6826,8 +6826,10 @@ def MakeInstallerOSX():
|
|||||||
oscmd("cp -R %s/lib/libp3fmod_audio.* dstroot/fmodex/Developer/Panda3D/lib/" % GetOutputDir())
|
oscmd("cp -R %s/lib/libp3fmod_audio.* dstroot/fmodex/Developer/Panda3D/lib/" % GetOutputDir())
|
||||||
oscmd("cp -R %s/lib/libfmodex* dstroot/fmodex/Developer/Panda3D/lib/" % GetOutputDir())
|
oscmd("cp -R %s/lib/libfmodex* dstroot/fmodex/Developer/Panda3D/lib/" % GetOutputDir())
|
||||||
|
|
||||||
oscmd("mkdir -p dstroot/headers/Developer/Panda3D")
|
oscmd("mkdir -p dstroot/headers/Developer/Panda3D/lib")
|
||||||
oscmd("cp -R %s/include dstroot/headers/Developer/Panda3D/include" % GetOutputDir())
|
oscmd("cp -R %s/include dstroot/headers/Developer/Panda3D/include" % GetOutputDir())
|
||||||
|
if os.path.isfile(GetOutputDir() + "/lib/libp3pystub.a"):
|
||||||
|
oscmd("cp -R -P %s/lib/libp3pystub.a dstroot/headers/Developer/Panda3D/lib/" % GetOutputDir())
|
||||||
|
|
||||||
if os.path.isdir("samples"):
|
if os.path.isdir("samples"):
|
||||||
oscmd("mkdir -p dstroot/samples/Developer/Examples/Panda3D")
|
oscmd("mkdir -p dstroot/samples/Developer/Examples/Panda3D")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user