Skip to content

Commit

Permalink
Fixing ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Jan 5, 2024
1 parent 01c0114 commit 0e28464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/darwin_arm64/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ PAR_VERBATIM=1 pp \
--link=/opt/homebrew/lib/libz3.dylib \
--link=/opt/homebrew/Cellar/libiconv/1.17/lib/libiconv.2.dylib \
--link=/opt/homebrew/Cellar/perl/${perlv}/lib/libbtparse.dylib \
--link=/usr/lib/libxml2.2.dylib \
--link=/usr/lib/libxslt.1.dylib \
--link=/opt/homebrew/Cellar/libxml2/2.11.5_1/lib/libxml2.dylib \
--link=/opt/homebrew/Cellar/libxslt/1.1.38_1/lib/libxslt.dylib \
--link=/opt/homebrew/lib/libgdbm.6.dylib \
--link=/usr/lib/libexslt.0.dylib \
--link=/opt/homebrew/Cellar/libxslt/1.1.38_1/lib/libexslt.dylib \
--link=/opt/homebrew/lib/libssl.3.dylib \
--link=/opt/homebrew/lib/libcrypto.3.dylib \
--link=/usr/lib/liblzma.5.dylib \
--link=/opt/homebrew/lib/liblzma.5.dylib \
--link=/opt/homebrew/lib/libintl.8.dylib \
--link=/opt/homebrew/Cellar/icu4c/73.2/lib/libicui18n.73.dylib \
--link=/opt/homebrew/Cellar/icu4c/73.2/lib/libicuuc.73.dylib \
Expand Down

0 comments on commit 0e28464

Please sign in to comment.