Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4a51e6

Browse files
committed
use the Include in srcdir
1 parent 4a1ec12 commit e4a51e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
7373
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
7474
# be able to build extension modules using the directories specified in the
7575
# environment variables
76-
PY_CPPFLAGS= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
76+
PY_CPPFLAGS= -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
7777
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
7878
NO_AS_NEEDED= @NO_AS_NEEDED@
7979
LDLAST= @LDLAST@

0 commit comments

Comments
 (0)