mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Merge pull request #515 from waywardmonkeys/genie-flags
Allow passing flags to genie via make.
This commit is contained in:
commit
d8dc95383d
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