Skip to content

Commit 58232ea

Browse files
committed
3.1.61.6bi
1 parent 1200e6e commit 58232ea

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

scripts/cpython-fetch.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ fi
4444

4545
if echo $PYBUILD |grep -q 14$
4646
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}
5050

5151
mkdir $ROOT/devices/emsdk/usr/lib $ROOT/devices/$(arch)/usr/lib -p
5252

scripts/emsdk-fetch.sh

+13-5
Original file line numberDiff line numberDiff 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

sources.wasm/9100-assimp.sh

+2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ else
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
4749
fi

0 commit comments

Comments
 (0)