Skip to content

Commit

Permalink
Pass through directly the CPPFLAGS argument to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rpep committed May 10, 2019
1 parent d9b1045 commit f25964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(LIBRARY) : $(OBJECTS)


build: $(LIBRARY)
CC=${CC} CXX=${CXX} ${PYTHON} setup.py build_ext --inplace
CC=${CC} CXX=${CXX} CPPFLAGS="${CPPFLAGS}" ${PYTHON} setup.py build_ext --inplace



Expand Down

0 comments on commit f25964a

Please sign in to comment.