Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182)

This reverts commit 0da5466650.

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.
This commit is contained in:
Ned Deily 2020-05-18 11:31:21 -04:00 committed by GitHub
parent adc72bb2f9
commit 951ab58024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 670 deletions

View file

@ -1583,11 +1583,10 @@ class PyBuildExt(build_ext):
self.missing.append('ossaudiodev')
if MACOS:
self.add(Extension('_scproxy', [],
self.add(Extension('_scproxy', ['_scproxy.c'],
extra_link_args=[
'-framework', 'SystemConfiguration',
'-framework', 'CoreFoundation'],
extra_objects=['Modules/_scproxy.o']))
'-framework', 'CoreFoundation']))
def detect_compress_exts(self):
# Andrew Kuchling's zlib module. Note that some versions of zlib