mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-08 11:15:46 -05:00
Remove unused PORTLIBS from base.mk
This commit is contained in:
@@ -6,8 +6,7 @@ ifeq ($(strip $(DEVKITPPC)),)
|
||||
$(error "Please ensure DEVKITPPC is in your environment.")
|
||||
endif
|
||||
|
||||
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
||||
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
|
||||
export PATH := $(DEVKITPPC)/bin:$(PATH)
|
||||
|
||||
PREFIX := powerpc-eabi-
|
||||
OBJCOPY := $(PREFIX)objcopy
|
||||
|
||||
Reference in New Issue
Block a user