N64: Error out in configure if N64SDK is not set
svn-id: r51672
This commit is contained in:
parent
39846310d7
commit
0437ffa75c
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -1108,6 +1108,12 @@ ds | gamecube | wii)
|
|||
exit 1
|
||||
fi
|
||||
;;
|
||||
n64)
|
||||
if test -z "$N64SDK"; then
|
||||
echo "Please set N64SDK in your environment. export N64SDK=<path to n64 sdk>"
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
ps2)
|
||||
if test -z "$PS2SDK"; then
|
||||
echo "Please set PS2SDK in your environment. export PS2SDK=<path to ps2 sdk>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue