Skip to content

Commit

Permalink
feat: set exit on error for build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
heiby committed Aug 1, 2024
1 parent 8c6995a commit e63a79c
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 e63a79c

Please sign in to comment.