mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-21 20:40:33 -04:00
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:
parent
14d26304f0
commit
ecdde1bcd5
1 changed files with 1 additions and 1 deletions
2
makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue