mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
*** empty log message ***
This commit is contained in:
parent
e88a772ba1
commit
9f8a1c6f78
|
|
@ -22,10 +22,9 @@ then
|
||||||
touch built-libogc
|
touch built-libogc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "installing libogc ..."
|
|
||||||
if [ ! -f installed-libogc ]
|
if [ ! -f installed-libogc ]
|
||||||
then
|
then
|
||||||
echo "building libogc ..."
|
echo "installing libogc ..."
|
||||||
$MAKE install
|
$MAKE install
|
||||||
touch installed-libogc
|
touch installed-libogc
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user