Skip to content

Commit 33cd131

Browse files
authored
Update build.sh
1 parent 7c9a6e1 commit 33cd131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: recipe/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22
mkdir build && cd build
3+
export CXXFLAGS="$CXXFLAGS -D_LIBCPP_DISABLE_AVAILABILITY"
4+
35
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$PREFIX -DSPICEQL_BUILD_DOCS=OFF -DSPICEQL_BUILD_TESTS=OFF -DPython3_EXECUTABLE=$PYTHON ..
46
cmake --build . --config RELEASE
57
cmake --install . --config RELEASE

0 commit comments

Comments
 (0)