Skip to content

Commit

Permalink
fix ios build (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss authored May 12, 2023
1 parent 72b5dd0 commit 66a31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ "$TARGET_DEVICE_PLATFORM_NAME" == "iphonesimulator" ]] && [[ "$MAC_CURREN
else
ACTUAL_SDK_PATH=$(xcrun --sdk iphoneos --show-sdk-path)
export LIBRARY_PATH="${ACTUAL_SDK_PATH}/usr/lib:${LIBRARY_PATH:-}"
cargo lipo --xcode-intem
cargo lipo --xcode-integ
fi

mkdir -p "${CONFIGURATION_BUILD_DIR}"
Expand Down

0 comments on commit 66a31ee

Please sign in to comment.