Skip to content

Commit 35c568d

Browse files
committed
trezor-agent: remove stale patch
1 parent f237c8d commit 35c568d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Formula/t/trezor-agent.rb

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -302,22 +302,3 @@ def install
302302
system libexec/"bin/python", "-m", "pip", "check"
303303
end
304304
end
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")

0 commit comments

Comments
 (0)