mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Duh, put tools in *bin* directory, not *tools* directory as per
PR456. llvm-svn: 17964
This commit is contained in:
parent
027a1ea49c
commit
56a0dfac4d
@ -177,10 +177,10 @@ LibTool.Flags := --tag=CXX
|
||||
#--------------------------------------------------------------------
|
||||
ObjDir := $(BUILD_OBJ_DIR)/$(BuildMode)
|
||||
LibDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/lib
|
||||
ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/tools
|
||||
ToolDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/bin
|
||||
ExmplDir := $(BUILD_OBJ_ROOT)/$(BuildMode)/examples
|
||||
LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib
|
||||
LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/tools
|
||||
LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin
|
||||
LExmplDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user