Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1ec12 commit e4a51e6Copy full SHA for e4a51e6
1 file changed
Makefile.pre.in
@@ -73,7 +73,7 @@ PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
73
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
74
# be able to build extension modules using the directories specified in the
75
# environment variables
76
-PY_CPPFLAGS= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
+PY_CPPFLAGS= -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
77
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
78
NO_AS_NEEDED= @NO_AS_NEEDED@
79
LDLAST= @LDLAST@
0 commit comments