mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Ensure the framework installs cleanly after
the recent changes to CFLAGS and BASECFLAGS.
This commit is contained in:
parent
c5c9ee4093
commit
8c882bc5fb
2 changed files with 4 additions and 1 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