Skip to content

Commit

Permalink
Update packages/realm/scripts/build-ios.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Kræn Hansen <[email protected]>
  • Loading branch information
takameyer and kraenhansen committed Jan 23, 2024
1 parent 17269c7 commit 6992126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realm/scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ DEVELOPER_DIR="$DEVELOPER_DIR" xcodebuild build \
-scheme realm-js-ios \
"${DESTINATIONS[@]}" \
-configuration $CONFIGURATION \
CC="$PROJECT_ROOT/../../scripts/ccache-clang.sh" \
CXX="$PROJECT_ROOT/../../scripts/ccache-clang++.sh" \
CC="$PROJECT_ROOT/scripts/ccache-clang.sh" \
CXX="$PROJECT_ROOT/scripts/ccache-clang++.sh" \
ONLY_ACTIVE_ARCH=NO \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
SUPPORTS_MACCATALYST=YES
Expand Down

0 comments on commit 6992126

Please sign in to comment.