Use the most up to date dsymutil on Darwin, not the one in /usr/bin/dsymutil.
llvm-svn: 214207
This commit is contained in:
parent
a422911c3a
commit
82625d3a5f
|
|
@ -64,7 +64,7 @@ ARCHFLAG ?= -arch
|
||||||
# Change any build/tool options needed
|
# Change any build/tool options needed
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
ifeq "$(OS)" "Darwin"
|
ifeq "$(OS)" "Darwin"
|
||||||
DS := dsymutil
|
DS := $(shell xcrun -find -toolchain default dsymutil)
|
||||||
DSFLAGS =
|
DSFLAGS =
|
||||||
DSYM = $(EXE).dSYM
|
DSYM = $(EXE).dSYM
|
||||||
AR := libtool
|
AR := libtool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue