1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

Build fixups: build gc-eu-mq with extracted/dbg, remove asmproc pragmas (#1911)

* Remove asmproc recurse (somehow these two survived)

* Use `extracted/gc-eu-mq-dbg` anyway for gc-eu-mq
This commit is contained in:
Dragorn421 2024-03-02 18:47:10 +01:00 committed by GitHub
parent 6b9a2433ab
commit ff81e2a891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -67,6 +67,10 @@ BUILD_DIR := build/$(VERSION)
EXPECTED_DIR := expected/$(BUILD_DIR)
BASEROM_DIR := baseroms/$(VERSION)
EXTRACTED_DIR := extracted/$(VERSION)
ifeq ($(VERSION),gc-eu-mq)
# TODO: for now, we only extract assets from the Debug ROM (see setup rule)
EXTRACTED_DIR := extracted/gc-eu-mq-dbg
endif
VENV := .venv
MAKE = make