From 372325d6634ec9098ce3d99c16f94917b873e6a8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 22 Aug 2024 17:47:04 +0800 Subject: [PATCH] ... --- build_ios.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_ios.sh b/build_ios.sh index 63a5bc4f..4ae913e9 100644 --- a/build_ios.sh +++ b/build_ios.sh @@ -1,5 +1,7 @@ set -e +python amalgamate.py + rm -rf build mkdir build cd build @@ -12,7 +14,7 @@ cmake --build os64 --config Release cmake -B simulatorarm64 -G Xcode $FLAGS -DPLATFORM=SIMULATORARM64 .. cmake --build simulatorarm64 --config Release -HEADERS="../include/pocketpy/*.h" +HEADERS="../amalgamated/pocketpy.h" xcodebuild -create-xcframework \ -library os64/Release-iphoneos/libpocketpy.a -headers $HEADERS \