Skip to content

Commit 0e28464

Browse files
committed
Fixing ARM build
1 parent 01c0114 commit 0e28464

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/darwin_arm64/build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ PAR_VERBATIM=1 pp \
5656
--link=/opt/homebrew/lib/libz3.dylib \
5757
--link=/opt/homebrew/Cellar/libiconv/1.17/lib/libiconv.2.dylib \
5858
--link=/opt/homebrew/Cellar/perl/${perlv}/lib/libbtparse.dylib \
59-
--link=/usr/lib/libxml2.2.dylib \
60-
--link=/usr/lib/libxslt.1.dylib \
59+
--link=/opt/homebrew/Cellar/libxml2/2.11.5_1/lib/libxml2.dylib \
60+
--link=/opt/homebrew/Cellar/libxslt/1.1.38_1/lib/libxslt.dylib \
6161
--link=/opt/homebrew/lib/libgdbm.6.dylib \
62-
--link=/usr/lib/libexslt.0.dylib \
62+
--link=/opt/homebrew/Cellar/libxslt/1.1.38_1/lib/libexslt.dylib \
6363
--link=/opt/homebrew/lib/libssl.3.dylib \
6464
--link=/opt/homebrew/lib/libcrypto.3.dylib \
65-
--link=/usr/lib/liblzma.5.dylib \
65+
--link=/opt/homebrew/lib/liblzma.5.dylib \
6666
--link=/opt/homebrew/lib/libintl.8.dylib \
6767
--link=/opt/homebrew/Cellar/icu4c/73.2/lib/libicui18n.73.dylib \
6868
--link=/opt/homebrew/Cellar/icu4c/73.2/lib/libicuuc.73.dylib \

0 commit comments

Comments
 (0)