mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-22 05:11:11 +01:00
Remove unused PORTLIBS from base.mk
This commit is contained in:
parent
075d80aec8
commit
ad50ef9ec6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user