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:
Andy Stanton
2020-05-11 01:22:54 +01:00
committed by GitHub
parent c2e05d0554
commit ca661f5127

View File

@@ -24,7 +24,7 @@ endif
# $(info $(OS))
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
.PHONY: help