From ae040aa688d6937ded96ea46e5ab804019d1ee85 Mon Sep 17 00:00:00 2001 From: jdflyer Date: Sat, 24 Dec 2022 12:47:48 -0700 Subject: Old JAudio changes --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29a4813924..1929850be5 100644 --- a/Makefile +++ b/Makefile @@ -45,11 +45,13 @@ include obj_files.mk MWCC_VERSION := 2.7 # Programs +ifeq ($(WINE),) #if WINE varible is unset (wine can be replaced with a less bloated translation layer such as wibo if needed) ifeq ($(WINDOWS),1) WINE := else WINE := wine endif +endif # Hack for OSX ifeq ($(UNAME_S),Darwin) @@ -168,7 +170,8 @@ $(DOL_SHIFT): $(ELF_SHIFT) | tools shift: dirs $(DOL_SHIFT) -game: | shift rels +game: shift + $(MAKE) rels @mkdir -p game @$(PYTHON) tools/package_game_assets.py game $(BUILD_DIR) -- cgit v1.2.3