Skip to content

Instantly share code, notes, and snippets.

@andyvand
Last active May 19, 2025 07:32
Show Gist options
  • Select an option

  • Save andyvand/23b485fa21139ba3aa08816425f03294 to your computer and use it in GitHub Desktop.

Select an option

Save andyvand/23b485fa21139ba3aa08816425f03294 to your computer and use it in GitHub Desktop.
unzip buildfix
--- unzip60/unix/Makefile 2009-01-18 23:41:18
+++ unzip/unix/Makefile 2025-05-19 09:28:40
@@ -52,7 +52,7 @@
CF = $(CFLAGS) $(CF_NOOPT)
LFLAGS1 =
LF = -o unzip$E $(LFLAGS1)
-LF2 = -s
+LF2 = -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
# UnZipSFX flags
SL = -o unzipsfx$E $(LFLAGS1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment