File tree 3 files changed +18
-8
lines changed
3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 44
44
45
45
if echo $PYBUILD | grep -q 14$
46
46
then
47
- wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a4 .tar.xz
48
- tar xf Python-3.14.0a4 .tar.xz
49
- ln -s Python-3.14.0a4 cpython${PYBUILD}
47
+ wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5 .tar.xz
48
+ tar xf Python-3.14.0a5 .tar.xz
49
+ ln -s Python-3.14.0a5 cpython${PYBUILD}
50
50
51
51
mkdir $ROOT /devices/emsdk/usr/lib $ROOT /devices/$( arch) /usr/lib -p
52
52
Original file line number Diff line number Diff line change @@ -221,15 +221,23 @@ END
221
221
done
222
222
223
223
224
+
225
+ if ${SDL3:- false}
226
+ then
227
+ # =============================================================================================================================
228
+ ./scripts/emsdk-fetch-sdl3.sh
229
+ # =============================================================================================================================
230
+ else
231
+ # =============================================================================================================================
232
+ ./scripts/emsdk-fetch-sdl2.sh
233
+ # =============================================================================================================================
234
+ fi # SDL3
235
+
236
+
224
237
echo "
225
238
* building third parties done, mark is emsdk/.complete )
226
239
" 1>&2
227
240
228
- # for one in $ALL
229
- # do
230
- # embuilder build $one
231
- # embuilder --pic build $one
232
- # done
233
241
234
242
235
243
export PATH=$( echo -n ${SDKROOT} /emsdk/node/?? .?? .* /bin) :$PATH
Original file line number Diff line number Diff line change 43
43
PYDK_CFLAGS=" -Wno-nontrivial-memaccess" emmake make install
44
44
popd
45
45
46
+ cp -v ./src/assimpjs-wasm/assimp/code/Common/* .h ${PREFIX} /include/assimp/
47
+
46
48
[ -f $PREFIX /lib/libassimp.a ] || exit 46
47
49
fi
You can’t perform that action at this time.
0 commit comments