From aa90a48872e4165d268180dc3f19d0f736ab0154 Mon Sep 17 00:00:00 2001 From: evghenii Date: Wed, 1 Jan 2014 13:41:52 +0100 Subject: [PATCH] +1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 562f60f3..d0c327ea 100644 --- a/Makefile +++ b/Makefile @@ -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)