aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-09-15 13:46:39 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-09-15 13:47:50 +0100
commita128111c29ba0c31763ccbcd316268bfa9c029cd (patch)
treea278bc2ad5f11b9a5f947e6cf8241534f3a7f8d8 /configure.ac
parentc38561d6b1de954b712a92cb8a198ed42d73caea (diff)
downloadbitcoin-a128111c29ba0c31763ccbcd316268bfa9c029cd.tar.xz
build: produce a .zip for macOS distribution
Instead of a .dmg. Co-authored-by: fanquake <fanquake@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 449d4f9ed1..a5b1d2ed70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -800,6 +800,7 @@ case $host in
AC_PATH_TOOL([INSTALL_NAME_TOOL], [install_name_tool], [install_name_tool])
AC_PATH_TOOL([OTOOL], [otool], [otool])
AC_PATH_PROGS([XORRISOFS], [xorrisofs], [xorrisofs])
+ AC_PATH_PROG([ZIP], [zip], [zip])
dnl libtool will try to strip the static lib, which is a problem for
dnl cross-builds because strip attempts to call a hard-coded ld,