Skip to content

Commit f25964a

Browse files
committed
Pass through directly the CPPFLAGS argument to setup.py
1 parent d9b1045 commit f25964a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(LIBRARY) : $(OBJECTS)
4040

4141

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

4545

4646

0 commit comments

Comments
 (0)