From e6e5c8d6caccb4648fc580e5a01448857c2fdf18 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 9 Oct 2019 20:10:00 -0400 Subject: 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. --- depends/builders/darwin.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'depends/builders/darwin.mk') 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= -- cgit v1.2.3