summaryrefslogtreecommitdiffstats
path: root/Mac/Makefile.in
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-05-18 15:31:21 (GMT)
committerGitHub <noreply@github.com>2020-05-18 15:31:21 (GMT)
commit951ab58024de9b5a21f0b979cdbea51e1049d781 (patch)
tree1ea404d9518f6db5d8c1f16435366a8c1716b365 /Mac/Makefile.in
parentadc72bb2f9a5d8b548ee04405e19a184e5699e8d (diff)
downloadcpython-951ab58024de9b5a21f0b979cdbea51e1049d781.zip
cpython-951ab58024de9b5a21f0b979cdbea51e1049d781.tar.gz
cpython-951ab58024de9b5a21f0b979cdbea51e1049d781.tar.bz2
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182)
This reverts commit 0da546665075aefbb476e192ed64122d340164f4. The commit is causing make failures on a FreeBSD buildbot. Due to the imminent 3.9.0b1 cutoff, revert this commit for now pending further investigation.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r--Mac/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in
index db59fc5..0b32673 100644
--- a/Mac/Makefile.in
+++ b/Mac/Makefile.in
@@ -21,7 +21,6 @@ PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
PYTHONFRAMEWORKIDENTIFIER=@PYTHONFRAMEWORKIDENTIFIER@
LIPO_32BIT_FLAGS=@LIPO_32BIT_FLAGS@
CC=@CC@
-OBJC=@OBJC@
MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
export MACOSX_DEPLOYMENT_TARGET