mirror of
https://github.com/DarkStore-3DS/buildtools.git
synced 2026-07-03 00:39:37 +00:00
Fix typo.
This commit is contained in:
@@ -354,7 +354,7 @@ else ifeq ($(TARGET_OS),3ds)
|
|||||||
else
|
else
|
||||||
BANNER_AUDIO_ARG := -a
|
BANNER_AUDIO_ARG := -a
|
||||||
endif
|
endif
|
||||||
else ifeq ($(TARGET),wiiu)
|
else ifeq ($(TARGET_OS),wiiu)
|
||||||
REMOTE_IP ?= 127.0.0.1 # User-defined
|
REMOTE_IP ?= 127.0.0.1 # User-defined
|
||||||
|
|
||||||
AR := $(DEVKITPPC)/bin/powerpc-eabi-ar
|
AR := $(DEVKITPPC)/bin/powerpc-eabi-ar
|
||||||
|
|||||||
Reference in New Issue
Block a user