Przeglądaj źródła

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 lat temu
rodzic
commit
ca661f5127
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -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