File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 4444
4545if echo $PYBUILD | grep -q 14$
4646then
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}
5050
5151 mkdir $ROOT /devices/emsdk/usr/lib $ROOT /devices/$( arch) /usr/lib -p
5252
Original file line number Diff line number Diff line change @@ -221,15 +221,23 @@ END
221221 done
222222
223223
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+
224237 echo "
225238 * building third parties done, mark is emsdk/.complete )
226239 " 1>&2
227240
228- # for one in $ALL
229- # do
230- # embuilder build $one
231- # embuilder --pic build $one
232- # done
233241
234242
235243 export PATH=$( echo -n ${SDKROOT} /emsdk/node/?? .?? .* /bin) :$PATH
Original file line number Diff line number Diff line change 4343 PYDK_CFLAGS=" -Wno-nontrivial-memaccess" emmake make install
4444 popd
4545
46+ cp -v ./src/assimpjs-wasm/assimp/code/Common/* .h ${PREFIX} /include/assimp/
47+
4648 [ -f $PREFIX /lib/libassimp.a ] || exit 46
4749fi
You can’t perform that action at this time.
0 commit comments