summaryrefslogtreecommitdiff
blob: e4e6579872e212cb6da73a3933a186f9813945cf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/wrappers/python/build.py.in	2022-10-16 17:54:18.406418600 +0200
+++ b/wrappers/python/build.py.in	2022-10-16 17:54:31.926612653 +0200
@@ -20,7 +20,7 @@
 ## Include args
 incargs = " ".join("-I{}".format(d) for d in incdirs)
 incargs += " -I@prefix@/include"
-incargs += " @CPPFLAGS@"
+incargs += " @CPPFLAGS@ @CXXFLAGS@ @LDFLAGS@"
 
 ## Compile args
 cmpargs = ""  #"@PYEXT_CXXFLAGS@"