mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 10:42:36 +00:00
Correct the name of the variable for the LLVM examples directory so that
parallel builds don't attempt to create it twice. llvm-svn: 19171
This commit is contained in:
parent
2201286c2d
commit
091690d283
@ -217,7 +217,7 @@ ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/bin
|
||||
ExmplDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/examples
|
||||
LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib
|
||||
LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin
|
||||
LExmplDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
|
||||
LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
|
||||
CFERuntimeLibDir := $(LLVMGCCDIR)/lib
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user