mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-22 02:14:13 -05:00
reinstate portlibs bits
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#---------------------------------------------------------------------------------
|
||||
# path to tools
|
||||
#---------------------------------------------------------------------------------
|
||||
export PATH := $(DEVKITPPC)/bin:$(DEVKITPRO)/portlibs/ppc/bin:$(PATH)
|
||||
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
||||
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
|
||||
|
||||
ifneq (,$(VCBUILDHELPER_COMMAND))
|
||||
ERROR_FILTER := 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/g'
|
||||
|
||||
Reference in New Issue
Block a user