Adds the ability to pass a WINDOWING_LIB variable to 'make' which sets --with-sdl
or --with-glfw
(#2138)
* Adds the ability to pass a WINDOWING_LIB variable to 'make' which sets --with-sdl or --with-glfw * Adds the ability to pass extra GENie args to 'make'
This commit is contained in:
parent
c2e05d0554
commit
ca661f5127
2
makefile
2
makefile
@ -24,7 +24,7 @@ endif
|
|||||||
# $(info $(OS))
|
# $(info $(OS))
|
||||||
|
|
||||||
BX_DIR?=../bx
|
BX_DIR?=../bx
|
||||||
GENIE?=$(BX_DIR)/tools/bin/$(OS)/genie
|
GENIE?=$(BX_DIR)/tools/bin/$(OS)/genie $(EXTRA_GENIE_ARGS)
|
||||||
NINJA?=$(BX_DIR)/tools/bin/$(OS)/ninja
|
NINJA?=$(BX_DIR)/tools/bin/$(OS)/ninja
|
||||||
|
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
|
Loading…
Reference in New Issue
Block a user