Allow dsymutil to exists in a path with spaces in it

llvm-svn: 222276
This commit is contained in:
Enrico Granata 2014-11-18 22:47:33 +00:00
parent 526223319c
commit 489af08f67
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ ifneq "$(DYLIB_ONLY)" "YES"
$(DSYM) : $(EXE)
ifeq "$(OS)" "Darwin"
ifneq "$(MAKE_DSYM)" "NO"
$(DS) $(DSFLAGS) -o "$(DSYM)" "$(EXE)"
"$(DS)" $(DSFLAGS) -o "$(DSYM)" "$(EXE)"
endif
else
ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"