File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -174,32 +174,8 @@ jobs:
174
174
run : |
175
175
python makepanda/makepanda.py \
176
176
--wheel \
177
- --optimize 3 \
178
- --lzma \
179
177
--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 \
203
179
--use-toontown \
204
180
--python-incdir="$pythonLocation/include" \
205
181
--python-libdir="$pythonLocation/lib"
@@ -209,4 +185,4 @@ jobs:
209
185
env :
210
186
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
211
187
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
You can’t perform that action at this time.
0 commit comments