Skip to content

Commit 325d7a4

Browse files
committed
build sh update
1 parent 7352f66 commit 325d7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build.sh

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

0 commit comments

Comments
 (0)