Allow passing flags to genie via make.

This allows passing flags to genie via the makefile:

    make osx GENIE_FLAGS=--with-glfw
This commit is contained in:
Bruce Mitchener 2015-09-09 08:45:07 +07:00
parent 14d26304f0
commit ecdde1bcd5

View file

@ -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