build: Let the depends build system define a path to dsymutil tool

This commit is contained in:
Hennadii Stepanov
2022-04-15 18:54:27 +02:00
parent b0a8ddabe5
commit f3af4f7a18
6 changed files with 11 additions and 3 deletions

View File

@@ -130,6 +130,11 @@ if test "@host_os@" = darwin; then
INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
ac_cv_path_ac_pt_INSTALL_NAME_TOOL="${INSTALL_NAME_TOOL}"
fi
if test -n "@DSYMUTIL@"; then
DSYMUTIL="@DSYMUTIL@"
ac_cv_path_ac_pt_DSYMUTIL="${DSYMUTIL}"
fi
fi
if test -n "@debug@"; then