mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-20 00:12:55 -05:00
allow override of CTRULIB variable
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user