HybirdCLR(HuaTuo)新版更新

HybirdCLR(HuaTuo)新版更新
This commit is contained in:
ALEXTANG
2022-07-22 17:19:13 +08:00
parent 427846b9d2
commit e1fbec23ba
8 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
export HUATUO_IL2CPP_SOURCE_DIR=$(pushd ../LocalIl2CppData/il2cpp > /dev/null && pwd && popd > /dev/null)
export IPHONESIMULATOR_VERSION=
rm -rf build
mkdir build
cd build
cmake ..
make -j4
if [ -f "libil2cpp.a" ]
then
echo 'build succ'
else
echo "build fail"
exit 1
fi