J :
* New attempt at making things work when command is not found.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ endif
|
|||||||
# Determination of target.
|
# Determination of target.
|
||||||
# TARGET_ARCHITECTURE variable will then be set to either linux or psp.
|
# TARGET_ARCHITECTURE variable will then be set to either linux or psp.
|
||||||
|
|
||||||
RESULT = $(shell psp-config 2> /dev/null)
|
RESULT = $(shell psp-config --psp-prefix 2> Makefile.cache)
|
||||||
ifeq ($(RESULT),)
|
ifeq ($(RESULT),)
|
||||||
DEFAULT_RULE = linux
|
DEFAULT_RULE = linux
|
||||||
TARGET_ARCHITECTURE = linux
|
TARGET_ARCHITECTURE = linux
|
||||||
|
|||||||
Reference in New Issue
Block a user