You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
fixed makefile oopsie
This commit is contained in:
3
Makefile
3
Makefile
@@ -138,8 +138,7 @@ LIBRARIES := gcc nustd hvqm2 z goddard
|
||||
# s2dex_text_engine - Text Engine by someone2639
|
||||
TEXT_ENGINE := none
|
||||
ifeq ($(TEXT_ENGINE), s2dex_text_engine)
|
||||
S2D_FONT := comicsans
|
||||
DEFINES += S2DEX_GBI_2=1 S2DEX_TEXT_ENGINE=1 FONTNAME=$(S2D_FONT)
|
||||
DEFINES += S2DEX_GBI_2=1 S2DEX_TEXT_ENGINE=1
|
||||
LIBRARIES += s2d_engine
|
||||
DUMMY != make -C src/s2d_engine COPY_DIR=$(shell pwd)/lib/
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user