Skip to content

Commit 4e62586

Browse files
committed
build: attempt to fix missing dylibs
1 parent a33e563 commit 4e62586

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -174,32 +174,8 @@ jobs:
174174
run: |
175175
python makepanda/makepanda.py \
176176
--wheel \
177-
--optimize 3 \
178-
--lzma \
179177
--threads=4 \
180-
--nothing \
181-
--use-python \
182-
--use-direct \
183-
--use-gl \
184-
--use-tinydisplay \
185-
--use-egl \
186-
--use-eigen \
187-
--use-ode \
188-
--use-pandaphysics \
189-
--use-zlib \
190-
--use-png \
191-
--use-jpeg \
192-
--use-squish \
193-
--use-assimp \
194-
--use-egg \
195-
--use-freetype \
196-
--use-harfbuzz \
197-
--use-openssl \
198-
--use-directcam \
199-
--use-skel \
200-
--use-pandaparticlesystem \
201-
--use-contrib \
202-
--use-sse2 \
178+
--everything \
203179
--use-toontown \
204180
--python-incdir="$pythonLocation/include" \
205181
--python-libdir="$pythonLocation/lib"
@@ -209,4 +185,4 @@ jobs:
209185
env:
210186
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
211187
run: |
212-
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
188+
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_arm64.whl

0 commit comments

Comments
 (0)