File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -302,22 +302,3 @@ def install
302302 system libexec /"bin/python" , "-m" , "pip" , "check"
303303 end
304304end
305-
306- __END__
307- --- a/pyobjc_setup.py
308- +++ b/pyobjc_setup.py
309- @@ -510,15 +510,6 @@ def Extension(*args, **kwds):
310- % (tuple(map(int, os_level.split(".")[:2])))
311- )
312-
313- - # XCode 15 has a bug w.r.t. weak linking for older macOS versions,
314- - # fall back to older linker when using that compiler.
315- - # XXX: This should be in _fixup_compiler but doesn't work there...
316- - lines = subprocess.check_output(["xcodebuild", "-version"], text=True).splitlines()
317- - if lines[0].startswith("Xcode"):
318- - xcode_vers = int(lines[0].split()[-1].split(".")[0])
319- - if xcode_vers >= 15:
320- - ldflags.append("-Wl,-ld_classic")
321- -
322- if os_level == "10.4":
323- cflags.append("-DNO_OBJC2_RUNTIME")
You can’t perform that action at this time.
0 commit comments