mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove duplicate -I
This commit is contained in:
parent
8ae34b46c7
commit
4b4b673eae
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
|
||||||
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
|
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
|
||||||
# be able to build extension modules using the directories specified in the
|
# be able to build extension modules using the directories specified in the
|
||||||
# environment variables
|
# environment variables
|
||||||
PY_CPPFLAGS= -I. -IInclude -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
|
PY_CPPFLAGS= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
|
||||||
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
|
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
|
||||||
NO_AS_NEEDED= @NO_AS_NEEDED@
|
NO_AS_NEEDED= @NO_AS_NEEDED@
|
||||||
LDLAST= @LDLAST@
|
LDLAST= @LDLAST@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue