Browse Source

Allow passing flags to genie via make.

This allows passing flags to genie via the makefile:

    make osx GENIE_FLAGS=--with-glfw
Bruce Mitchener 10 years ago
parent
commit
ecdde1bcd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
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