Skip to content

Commit

Permalink
3.1.71pre
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 7, 2024
1 parent 92a3870 commit a60a2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources.wasm/assimp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ then
else
mkdir -p $ROOT/build/assimp
pushd $ROOT/build/assimp
emmake ${ROOT}/devices/$(arch)/usr/bin/cmake $ROOT/src/$ASSIMP -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=OFF
emmake make install
emcmake ${ROOT}/devices/$(arch)/usr/bin/cmake $ROOT/src/$ASSIMP -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=OFF
PYDK_CFLAGS="-Wno-nontrivial-memaccess" emmake make install
popd

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

0 comments on commit a60a2c9

Please sign in to comment.