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
|
||||
#----------------------------------------------------------------------
|
||||
ifeq "$(OS)" "Darwin"
|
||||
DS := dsymutil
|
||||
DS := $(shell xcrun -find -toolchain default dsymutil)
|
||||
DSFLAGS =
|
||||
DSYM = $(EXE).dSYM
|
||||
AR := libtool
|
||||
|
|
|
|||
Loading…
Reference in New Issue