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/Makefile | |
parent | b0a8ddabe531b5d848ad798ccbccdf8f46671223 (diff) |
build: Let the depends build system define a path to `dsymutil` tool
Diffstat (limited to 'depends/Makefile')
-rw-r--r-- | depends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile index d7e4f31109..20f5f6b2c6 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -224,6 +224,7 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_ -e 's|@STRIP@|$(host_STRIP)|' \ -e 's|@OTOOL@|$(host_OTOOL)|' \ -e 's|@INSTALL_NAME_TOOL@|$(host_INSTALL_NAME_TOOL)|' \ + -e 's|@DSYMUTIL@|$(host_DSYMUTIL)|' \ -e 's|@build_os@|$(build_os)|' \ -e 's|@host_os@|$(host_os)|' \ -e 's|@CFLAGS@|$(strip $(host_CFLAGS) $(host_$(release_type)_CFLAGS))|' \ |