build: Pass missed darwin-specific tools via config.site

This commit is contained in:
Hennadii Stepanov
2022-04-15 18:53:08 +02:00
parent f87594da14
commit b0a8ddabe5
2 changed files with 14 additions and 0 deletions

View File

@@ -120,6 +120,18 @@ if test -n "@STRIP@"; then
ac_cv_path_ac_pt_STRIP="${STRIP}"
fi
if test "@host_os@" = darwin; then
if test -n "@OTOOL@"; then
OTOOL="@OTOOL@"
ac_cv_path_ac_pt_OTOOL="${OTOOL}"
fi
if test -n "@INSTALL_NAME_TOOL@"; then
INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
ac_cv_path_ac_pt_INSTALL_NAME_TOOL="${INSTALL_NAME_TOOL}"
fi
fi
if test -n "@debug@"; then
enable_reduce_exports=no
fi