From 0a063eb79c883f0031dd61cc71b72fd8e1627a2f Mon Sep 17 00:00:00 2001 From: Yanis42 <35189056+Yanis42@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:49:57 +0200 Subject: [PATCH] hotfix to the hotfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf09a03f4..1e11d4c31 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ ifneq ($(VERSION),gc-eu-mq) $(PYTHON) extract_assets.py -j$(N_THREADS) -v $(VERSION) endif $(MAKE) f3dex3 -ifneq ($(VERSION),hackeroot-mq) +ifeq ($(VERSION),hackeroot-mq) # TODO: proper fix (for .s files) cp baseroms/hackeroot-mq/baserom-decompressed.z64 baseroms/gc-eu-mq-dbg/baserom-decompressed.z64 endif