From 1fa750cef270e92c7db76c34365ff6c76f87012c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 19 Jan 2016 20:00:21 -0800 Subject: [PATCH] Updated makefile. --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 89e6d0a1f..9fab6b917 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,8 @@ endif # $(info $(OS)) -GENIE?=../bx/tools/bin/$(OS)/genie $(GENIE_FLAGS) +BX_DIR?=../bx +GENIE?=$(BX_DIR)/tools/bin/$(OS)/genie all: $(GENIE) --with-tools --with-shared-lib vs2008