mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-28 21:04:49 -05:00
add portlibs bin to path
This commit is contained in:
parent
2c5d7c7aa6
commit
582cbfccf0
|
|
@ -4,7 +4,9 @@ endif
|
|||
|
||||
include $(DEVKITARM)/base_rules
|
||||
|
||||
PORTLIBS := $(PORTLIBS_PATH)/armv6k $(PORTLIBS_PATH)/3ds
|
||||
PORTLIBS := $(PORTLIBS_PATH)/3ds
|
||||
|
||||
export PATH := $(PORTLIBS_PATH)/3ds/bin:$(PATH)
|
||||
|
||||
CTRULIB ?= $(DEVKITPRO)/libctru
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user