fixed reduce_equal

This commit is contained in:
Evghenii
2014-01-25 11:39:37 +01:00
parent 156aa4c139
commit 6917c161c8
2 changed files with 49 additions and 43 deletions

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:=$(PATH):$(LLVM_BIN)
export PATH:=$(LLVM_BIN):$(PATH)
ARCH_OS = $(shell uname)
ifeq ($(ARCH_OS), Darwin)