Skip to content

Commit

Permalink
(MacOS) Add zstd lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciurius committed Sep 29, 2023
1 parent 7bf5a3c commit f387bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pp/macos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ app1 :
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libpng16.*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libjpeg.*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libtiff.*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libz.*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libz*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libpcre2-32.*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/libwx*.dylib
perl ./reloc.pl ${APPDIR}/Contents/MacOS/lib/auto/Wx/*.bundle
Expand Down
1 change: 1 addition & 0 deletions pp/macos/wxchordpro_pp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
--link=/usr/local/lib/libjpeg.8.dylib
--link=/usr/local/lib/libtiff.6.dylib
--link=/usr/lib/libz.1.dylib
--link=/usr/local/opt/zstd/lib/libzstd.1.dylib
--link=/usr/local/opt/pcre2/lib/libpcre2-32.0.dylib
# Explicitly link the wx libraries.
Expand Down

0 comments on commit f387bad

Please sign in to comment.