Răsfoiți Sursa

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'
Andy Stanton 5 ani în urmă
părinte
comite
ca661f5127
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      makefile

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