diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:14:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:20:20 +0200 |
commit | 8e98ed8c713ec1a12b81665d924d13571493f346 (patch) | |
tree | 244f4171c4935085f4c1086ad738e45f788cd559 /contrib/depends/packages/hidapi-darwin.mk | |
parent | Merge pull request #4446 (diff) | |
download | monero-8e98ed8c713ec1a12b81665d924d13571493f346.tar.xz |
Merge pull request #4448
6a781408 Make depends use self built clang for darwin (TheCharlatan)
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/packages/hidapi-darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/hidapi-darwin.mk b/contrib/depends/packages/hidapi-darwin.mk index 1fbbb59e0..014aba578 100644 --- a/contrib/depends/packages/hidapi-darwin.mk +++ b/contrib/depends/packages/hidapi-darwin.mk @@ -11,7 +11,7 @@ endef define $(package)_config_cmds ./bootstrap &&\ - $($(package)_autoconf) $($(package)_config_opts) RANLIB="$(host_prefix)/native/bin/x86_64-apple-darwin11-ranlib" AR="$(host_prefix)/native/bin/x86_64-apple-darwin11-ar" + $($(package)_autoconf) $($(package)_config_opts) RANLIB="$(host_prefix)/native/bin/x86_64-apple-darwin11-ranlib" AR="$(host_prefix)/native/bin/x86_64-apple-darwin11-ar" CC="$(host_prefix)/native/bin/$($(package)_cc)" endef define $(package)_build_cmds |