mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 03:54:18 -05:00
allow override of CTRULIB variable
This commit is contained in:
parent
bb1c5bba94
commit
fea87e834c
|
|
@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules
|
|||
|
||||
PORTLIBS := $(PORTLIBS_PATH)/armv6k $(PORTLIBS_PATH)/3ds
|
||||
|
||||
CTRULIB := $(DEVKITPRO)/libctru
|
||||
CTRULIB ?= $(DEVKITPRO)/libctru
|
||||
|
||||
ifeq ($(strip $(APP_TITLE)),)
|
||||
APP_TITLE := $(notdir $(OUTPUT))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user