Changed location of library repos to n64-sdk

This commit is contained in:
Robin Jones 2018-02-21 16:20:02 +00:00 committed by GitHub
parent 3d79e667fd
commit d7d408716e
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/networkfusion/libmikmod
git clone https://github.com/n64-sdk/libmikmod
cd libmikmod/n64
make
make install
@ -69,7 +69,7 @@ make install
cd ..
# install libmad (custom version)
git clone https://github.com/networkfusion/libmad-n64
git clone https://github.com/n64-sdk/libmad-n64
cd libmad-n64
export PATH=$PATH:$N64_INST/bin
CFLAGS="-std=gnu99 -march=vr4300 -mtune=vr4300" \