This commit is contained in:
evghenii
2014-01-01 13:41:52 +01:00
parent 71481150c7
commit aa90a48872

View File

@@ -45,7 +45,7 @@ ARM_ENABLED=0
# Add llvm bin to the path so any scripts run will go to the right llvm-config
LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)
export PATH:=$(LLVM_BIN):$(PATH)
export PATH:=$(PATH):$(LLVM_BIN)
ARCH_OS = $(shell uname)
ifeq ($(ARCH_OS), Darwin)