소스 검색

Update build_ios.sh

blueloveTH 1 년 전
부모
커밋
3e5954ab45
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      build_ios.sh

+ 2 - 3
build_ios.sh

@@ -10,13 +10,12 @@ cmake --build os64 --config Release
 cmake -B simulator64 -G Xcode $FLAGS -DPLATFORM=SIMULATOR64 ..
 cmake --build simulator64 --config Release
 
-cmake -B simulatorarm64 -G Xcode $FLAGS -DPLATFORM=SIMULATORARM64 ..
-cmake --build simulatorarm64 --config Release
+# cmake -B simulatorarm64 -G Xcode $FLAGS -DPLATFORM=SIMULATORARM64 ..
+# cmake --build simulatorarm64 --config Release
 
 xcodebuild -create-xcframework \
     -framework os64/Release-iphoneos/pocketpy.framework \
     -framework simulator64/Release-iphonesimulator/pocketpy.framework \
-    -framework simulatorarm64/Release-iphonesimulator/pocketpy.framework \
     -output pocketpy.xcframework