Skip to content

Commit

Permalink
Fixed the syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Apr 17, 2020
1 parent 8febb8e commit d086687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -x
# Compile C++ code
cd /io/build
cmake ..
make -DNDEBUG
make CFLAGS="-DNDEBUG" CXXFLAGS="-DNDEBUG"

# Compile wheels
for PYBIN in /opt/python/*/bin; do
Expand Down

0 comments on commit d086687

Please sign in to comment.