mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-26 03:45:09 -05:00
freeBSD fixes
This commit is contained in:
parent
62f0c6dcf3
commit
013f07dfd5
|
|
@ -327,6 +327,14 @@ fi
|
|||
echo use $GAWK as gawk
|
||||
export GAWK
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# find makeinfo, needed for newlib
|
||||
#---------------------------------------------------------------------------------
|
||||
if [ ! -x $(which makeinfo) ]; then
|
||||
echo makeinfo not found
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Add installed devkit to the path, adjusting path on minsys
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
DEVKITPPC=$TOOLPATH/devkitPPC
|
||||
export DEVKITPPC=$TOOLPATH/devkitPPC
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Install and build the gamecube crt and libogc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user