mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 23:59:24 +01:00
Add a check to the Makefile if the "DEVKITPRO" variable was set.
This commit is contained in:
parent
689e368b26
commit
5b1a7cd28a
3
Makefile
3
Makefile
@ -6,6 +6,9 @@ DO_LOGGING := 0
|
|||||||
ifeq ($(strip $(DEVKITPPC)),)
|
ifeq ($(strip $(DEVKITPPC)),)
|
||||||
$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC)
|
$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(strip $(DEVKITPRO)),)
|
||||||
|
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>DEVKITPRO)
|
||||||
|
endif
|
||||||
|
|
||||||
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
|
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
|
||||||
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
||||||
|
Loading…
Reference in New Issue
Block a user