mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Quote the PATH variable value just in case it has spaces in it (like on
Cygwin). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6b1f5fee6
commit
4a1e5c09bb
@ -252,8 +252,8 @@ endif
|
||||
ifndef LOPT
|
||||
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
|
||||
endif
|
||||
LLVMGCCWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)
|
||||
LLVMGXXWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGXX)
|
||||
LLVMGCCWITHPATH := PATH="$(LLVMToolDir):$(PATH)" $(LLVMGCC)
|
||||
LLVMGXXWITHPATH := PATH="$(LLVMToolDir):$(PATH)" $(LLVMGXX)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Adjust to user's request
|
||||
|
Loading…
Reference in New Issue
Block a user