This commit is contained in:
Anthony Green 2022-06-25 21:58:51 -04:00
parent 37cc25bb25
commit 2b4728a21f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -x
# Special build tools are here...
export PATH=~/i/bin:$PATH
export PATH=$HOME/i/bin:$PATH
# This is a policy bound API key. It can only be used with
# https://github.com/libffi/rlgl-policy.git.

View File

@ -39,7 +39,7 @@ else
set -x
wget -qO - https://ftpmirror.gnu.org/autoconf/autoconf-2.71.tar.gz | tar -xvzf -
mkdir -p ~/i
(cd autoconf-2.71; ./configure --prefix=~/i; make; make install)
(cd autoconf-2.71; ./configure --prefix=$HOME/i; make; make install)
case $HOST in
mips64el-linux-gnu | sparc64-linux-gnu)