Last active
May 19, 2025 07:32
-
-
Save andyvand/23b485fa21139ba3aa08816425f03294 to your computer and use it in GitHub Desktop.
unzip buildfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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