From ecdde1bcd5dfb2d9cbc2661016c83b4611855e4c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 9 Sep 2015 08:45:07 +0700 Subject: [PATCH] Allow passing flags to genie via make. This allows passing flags to genie via the makefile: make osx GENIE_FLAGS=--with-glfw --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 59929051..cfd80cbd 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,7 @@ endif # $(info $(OS)) -GENIE=../bx/tools/bin/$(OS)/genie +GENIE=../bx/tools/bin/$(OS)/genie $(GENIE_FLAGS) all: $(GENIE) --with-tools --with-shared-lib vs2008