Skip to content

Commit a60a2c9

Browse files
committed
3.1.71pre
1 parent 92a3870 commit a60a2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources.wasm/assimp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ then
3939
else
4040
mkdir -p $ROOT/build/assimp
4141
pushd $ROOT/build/assimp
42-
emmake ${ROOT}/devices/$(arch)/usr/bin/cmake $ROOT/src/$ASSIMP -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=OFF
43-
emmake make install
42+
emcmake ${ROOT}/devices/$(arch)/usr/bin/cmake $ROOT/src/$ASSIMP -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=OFF
43+
PYDK_CFLAGS="-Wno-nontrivial-memaccess" emmake make install
4444
popd
4545

4646
[ -f $PREFIX/lib/libassimp.a ] || exit 46

0 commit comments

Comments
 (0)