diff options
author | Carl Dong <contact@carldong.me> | 2019-10-09 20:10:00 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-07-07 16:25:47 -0400 |
commit | e6e5c8d6caccb4648fc580e5a01448857c2fdf18 (patch) | |
tree | 23b7f41c59b507f351278a30d89a7d7af0315168 /depends/builders/darwin.mk | |
parent | abdfd2d0e3ebec7dbead89317ee9192189a35809 (diff) |
depends: Decouple toolchain + binutils
For now they remain the same, but in the next commit, we will assign
them differently according to wether or not we're using system clang.
Diffstat (limited to 'depends/builders/darwin.mk')
-rw-r--r-- | depends/builders/darwin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/builders/darwin.mk b/depends/builders/darwin.mk index 69c394ec1d..f4103fc1f2 100644 --- a/depends/builders/darwin.mk +++ b/depends/builders/darwin.mk @@ -19,4 +19,5 @@ darwin_LIBTOOL:=$(shell xcrun -f libtool) darwin_OTOOL:=$(shell xcrun -f otool) darwin_NM:=$(shell xcrun -f nm) darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool) +darwin_native_binutils= darwin_native_toolchain= |