mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
build: disable static lib stripping during osx make install-strip
This commit is contained in:
parent
ac0b2393a4
commit
b7f2cdc8a9
@ -281,6 +281,12 @@ case $host in
|
|||||||
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
|
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
|
||||||
AC_PATH_TOOL([OTOOL], [otool], otool)
|
AC_PATH_TOOL([OTOOL], [otool], otool)
|
||||||
AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage)
|
AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage)
|
||||||
|
|
||||||
|
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,
|
||||||
|
dnl which may not exist in the path. Stripping the .a is not
|
||||||
|
dnl necessary, so just disable it.
|
||||||
|
old_striplib=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user