Skip to content

Commit 4c0c8ea

Browse files
committed
explicity add in the ios simulator to the build
1 parent 89dbb22 commit 4c0c8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_mac_ios_simulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd mac_ios_simulator_build
2727

2828
# Configure cmake with tests enabled
2929
# and disable use of libsecret due to not working on kokoro builders
30-
cmake -DCMAKE_SYSTEM_NAME=iOS .. -DCLANG_ENABLE_MODULES=YES -DFIREBASE_CPP_BUILD_TESTS=ON -DFIREBASE_FORCE_FAKE_SECURE_STORAGE=ON "$@"
30+
cmake -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphonesimulator .. -DCLANG_ENABLE_MODULES=YES -DFIREBASE_CPP_BUILD_TESTS=ON -DFIREBASE_FORCE_FAKE_SECURE_STORAGE=ON "$@"
3131

3232
# Build the SDK and the tests
3333
cpus=$(sysctl -n hw.ncpu)

0 commit comments

Comments
 (0)