File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
1717PYTHONFRAMEWORKIDENTIFIER =@PYTHONFRAMEWORKIDENTIFIER@
1818LIPO_32BIT_FLAGS =@LIPO_32BIT_FLAGS@
1919CC =@CC@
20+ MACOSX_DEPLOYMENT_TARGET =@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
21+ export MACOSX_DEPLOYMENT_TARGET
22+
2023
2124
2225# These are normally glimpsed from the previous set
Original file line number Diff line number Diff line change 22LD =@CC@
33BASECFLAGS =@BASECFLAGS@
44OPT =@OPT@
5- CFLAGS =$(BASECFLAGS ) $(OPT )
5+ CFLAGS =@CFLAGS@ $(BASECFLAGS ) $(OPT )
66LDFLAGS =@LDFLAGS@
77srcdir = @srcdir@
88VERSION = @VERSION@
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 79975 .
2+ # From configure.in Revision: 80191 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.61 for python 3.2.
55#
@@ -4750,7 +4750,7 @@ echo "$as_me: error: proper usage is --with-universal-arch=32-bit|64-bit|all|int
47504750 then
47514751 CFLAGS="-isysroot ${UNIVERSALSDK} ${CFLAGS}"
47524752 LDFLAGS="-isysroot ${UNIVERSALSDK} ${LDFLAGS}"
4753- CPPFLAGSFLAGS ="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
4753+ CPPFLAGS ="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
47544754 fi
47554755 fi
47564756
Original file line number Diff line number Diff line change 961961 then
962962 CFLAGS="-isysroot ${UNIVERSALSDK} ${CFLAGS}"
963963 LDFLAGS="-isysroot ${UNIVERSALSDK} ${LDFLAGS}"
964- CPPFLAGSFLAGS ="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
964+ CPPFLAGS ="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
965965 fi
966966 fi
967967
You can’t perform that action at this time.
0 commit comments