Changed tool location (renamed to n64-tools)

This commit is contained in:
Robin Jones 2018-02-21 16:30:46 +00:00 committed by GitHub
parent d7d408716e
commit 7d1f2d118a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ make tools-install
cd ..
# install libmikmod (custom version)
git clone https://github.com/n64-sdk/libmikmod
git clone https://github.com/n64-tools/libmikmod
cd libmikmod/n64
make
make install
@ -69,7 +69,7 @@ make install
cd ..
# install libmad (custom version)
git clone https://github.com/n64-sdk/libmad-n64
git clone https://github.com/n64-tools/libmad
cd libmad-n64
export PATH=$PATH:$N64_INST/bin
CFLAGS="-std=gnu99 -march=vr4300 -mtune=vr4300" \