From ca661f512761154bc716fec44c68968874d9dc07 Mon Sep 17 00:00:00 2001 From: Andy Stanton Date: Mon, 11 May 2020 01:22:54 +0100 Subject: [PATCH] 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' --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index b5c8be372..d8191aa98 100644 --- a/makefile +++ b/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