Skip to content

Commit e78fb02

Browse files
committed
-macosx_version_min has been renamed to -macos_version_min
1 parent f6bee59 commit e78fb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnlib/asm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def make_macho(data, is_shellcode=False):
701701
'/usr/bin/ld',
702702
]
703703
ldflags = [
704-
'-macosx_version_min', '11.0',
704+
'-macos_version_min', '11.0',
705705
'-l', 'System',
706706
'-e', '_start',
707707
'-L', '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib',

0 commit comments

Comments
 (0)