mirror of
https://github.com/libffi/libffi.git
synced 2026-01-27 02:14:06 +00:00
Fix path
This commit is contained in:
parent
37cc25bb25
commit
2b4728a21f
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user