Skip to content

Commit

Permalink
Drop setting CMAKE_TOOLCHAIN_FILE explicitly on ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 17, 2022
1 parent 8d22df5 commit 15695e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ pushd build-ios
# Configure CMake project
cmake "$PROJECT_ROOT" -GXcode \
-DCMAKE_SYSTEM_NAME=iOS \
-DCMAKE_TOOLCHAIN_FILE="$PROJECT_ROOT/src/realm-core/tools/cmake/ios.toolchain.cmake" \
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY="$(pwd)/out/$<CONFIG>\$EFFECTIVE_PLATFORM_NAME"


Expand Down

0 comments on commit 15695e0

Please sign in to comment.