Skip to content

Commit 72989cc

Browse files
committed
build updates
1 parent cf0462b commit 72989cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash -ex
22
export CFLAGS="-I$PREFIX/include $CFLAGS"
3-
export CXXFLAGS="-Wno-int-in-bool-context $CXXFLAGS"
3+
export CXXFLAGS="-I$PREFIX/include -Wno-int-in-bool-context $CXXFLAGS"
4+
set
45
python setup.py install --single-version-externally-managed --record=/dev/null

0 commit comments

Comments
 (0)