diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-15 18:54:27 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-21 10:08:46 +0200 |
commit | f3af4f7a182f81269c193d5d1fd0effb9161f7c6 (patch) | |
tree | 9b4a79373f0a790079ad6da27e8d96002881a0f0 /depends/config.site.in | |
parent | b0a8ddabe531b5d848ad798ccbccdf8f46671223 (diff) |
build: Let the depends build system define a path to `dsymutil` tool
Diffstat (limited to 'depends/config.site.in')
-rw-r--r-- | depends/config.site.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/depends/config.site.in b/depends/config.site.in index 4f1ab0bd8e..b3264a223a 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -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 |