Use new 1.10.8 thirdparty archive for macOS

This commit is contained in:
rdb 2020-12-10 17:39:39 +01:00
parent c8a35641c1
commit e98052b99b
2 changed files with 9 additions and 9 deletions

View File

@ -92,10 +92,10 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz
tar -xf panda3d-1.10.7-tools-mac.tar.gz
mv panda3d-1.10.7/thirdparty thirdparty
rmdir panda3d-1.10.7
curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz
tar -xf panda3d-1.10.8-tools-mac.tar.gz
mv panda3d-1.10.8/thirdparty thirdparty
rmdir panda3d-1.10.8
mkdir -p build/Frameworks
cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework build/Frameworks/Cg.framework
@ -356,10 +356,10 @@ jobs:
- name: Get thirdparty packages (macOS)
if: runner.os == 'macOS'
run: |
curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz
tar -xf panda3d-1.10.7-tools-mac.tar.gz
mv panda3d-1.10.7/thirdparty thirdparty
rmdir panda3d-1.10.7
curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz
tar -xf panda3d-1.10.8-tools-mac.tar.gz
mv panda3d-1.10.8/thirdparty thirdparty
rmdir panda3d-1.10.8
(cd thirdparty/darwin-libs-a && rm -rf rocket)
- name: Set up Python 3.9
uses: actions/setup-python@v1

View File

@ -136,7 +136,7 @@ macOS
-----
On macOS, you will need to download a set of precompiled thirdparty packages in order to
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz).
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz).
After placing the thirdparty directory inside the panda3d source directory,
you may build Panda3D using a command like the following: