mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
* Fixes cut&paste error in configure
* Ensure that framework install works given the recent CFLAGS and BASECFLAGS changes
This commit is contained in:
parent
1c994733bb
commit
712979d292
4 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@ CC=@CC@
|
|||
LD=@CC@
|
||||
BASECFLAGS=@BASECFLAGS@
|
||||
OPT=@OPT@
|
||||
CFLAGS=$(BASECFLAGS) $(OPT)
|
||||
CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
|
||||
LDFLAGS=@LDFLAGS@
|
||||
srcdir= @srcdir@
|
||||
VERSION= @VERSION@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue