We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dbb22 commit 4c0c8eaCopy full SHA for 4c0c8ea
1 file changed
test_mac_ios_simulator.sh
@@ -27,7 +27,7 @@ cd mac_ios_simulator_build
27
28
# Configure cmake with tests enabled
29
# 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 "$@"
+cmake -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphonesimulator .. -DCLANG_ENABLE_MODULES=YES -DFIREBASE_CPP_BUILD_TESTS=ON -DFIREBASE_FORCE_FAKE_SECURE_STORAGE=ON "$@"
31
32
# Build the SDK and the tests
33
cpus=$(sysctl -n hw.ncpu)
0 commit comments