Skip to content

Commit 582cbfc

Browse files
committed
add portlibs bin to path
1 parent 2c5d7c7 commit 582cbfc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dkarm-eabi/rules/3ds_rules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ endif
44

55
include $(DEVKITARM)/base_rules
66

7-
PORTLIBS := $(PORTLIBS_PATH)/armv6k $(PORTLIBS_PATH)/3ds
7+
PORTLIBS := $(PORTLIBS_PATH)/3ds
8+
9+
export PATH := $(PORTLIBS_PATH)/3ds/bin:$(PATH)
810

911
CTRULIB ?= $(DEVKITPRO)/libctru
1012

0 commit comments

Comments
 (0)