We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9a6e1 commit 33cd131Copy full SHA for 33cd131
recipe/build.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
mkdir build && cd build
3
+export CXXFLAGS="$CXXFLAGS -D_LIBCPP_DISABLE_AVAILABILITY"
4
+
5
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$PREFIX -DSPICEQL_BUILD_DOCS=OFF -DSPICEQL_BUILD_TESTS=OFF -DPython3_EXECUTABLE=$PYTHON ..
6
cmake --build . --config RELEASE
7
cmake --install . --config RELEASE
0 commit comments