Skip to content

Commit

Permalink
exit on error when build apple xcframework (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiby authored Aug 1, 2024
1 parent 7b3c7fa commit f19ddd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

XCFRAMEWORK_DIR="./apple_xcframework"

# buildStatic iphoneos -mios-version-min=15.0 arm64
Expand Down

0 comments on commit f19ddd9

Please sign in to comment.