Skip to content

Commit

Permalink
Revert "ios build toolchain file path parameter deleted"
Browse files Browse the repository at this point in the history
This reverts commit ec512f5.
  • Loading branch information
desistefanova committed Mar 17, 2022
1 parent ec512f5 commit 7801b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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 7801b81

Please sign in to comment.