Skip to content

Commit

Permalink
Adds the ability to pass a WINDOWING_LIB variable to 'make' which set…
Browse files Browse the repository at this point in the history
…s `--with-sdl` or `--with-glfw` (bkaradzic#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'
  • Loading branch information
andystanton authored May 11, 2020
1 parent c2e05d0 commit ca661f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca661f5

Please sign in to comment.