This commit is contained in:
blueloveTH 2024-08-15 00:52:56 +08:00
parent 1fb4ebdf5b
commit 976f809f80
2 changed files with 2 additions and 5 deletions

View File

@ -13,8 +13,8 @@ cmake -B simulatorarm64 -G Xcode $FLAGS -DPLATFORM=SIMULATORARM64 ..
cmake --build simulatorarm64 --config Release cmake --build simulatorarm64 --config Release
xcodebuild -create-xcframework \ xcodebuild -create-xcframework \
-library os64/Release-iphoneos/libpocketpy.a -headers ../include \ -library os64/Release-iphoneos/libpocketpy.a -headers ../include/pocketpy/pocketpy.h \
-library simulatorarm64/Release-iphonesimulator/libpocketpy.a -headers ../include \ -library simulatorarm64/Release-iphonesimulator/libpocketpy.a -headers ../include/pocketpy/pocketpy.h \
-output pocketpy.xcframework -output pocketpy.xcframework

View File

@ -1,3 +0,0 @@
#pragma once
#include "pocketpy/pocketpy.h"