We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0462b commit 72989ccCopy full SHA for 72989cc
conda/build.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash -ex
2
export CFLAGS="-I$PREFIX/include $CFLAGS"
3
-export CXXFLAGS="-Wno-int-in-bool-context $CXXFLAGS"
+export CXXFLAGS="-I$PREFIX/include -Wno-int-in-bool-context $CXXFLAGS"
4
+set
5
python setup.py install --single-version-externally-managed --record=/dev/null
0 commit comments