Skip to content

Commit

Permalink
SIMULATOR64 PLATFORM Build Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoons94 committed Dec 14, 2023
1 parent ef2159c commit 70d0999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unity/native_src/make_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ then
ENGINE="v8"
fi

PLATFORM="SIMULATOR64";

mkdir -p build_ios_$ENGINE && cd build_ios_$ENGINE
cmake -DJS_ENGINE=$ENGINE -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake -DPLATFORM=OS64 -GXcode ../
cmake -DJS_ENGINE=$ENGINE -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake -DPLATFORM=$PLATFORM -GXcode ../
cd ..
cmake --build build_ios_$ENGINE --config Release
mkdir -p ../Assets/Plugins/iOS/
Expand Down

0 comments on commit 70d0999

Please sign in to comment.