Create local symlinks for N64Recomp

This commit is contained in:
David Chavez 2024-05-19 14:11:45 +00:00 committed by dcvz
parent 7f30879478
commit d8668e49e1
1 changed files with 5 additions and 0 deletions

View File

@ -14,5 +14,10 @@ RSPRecomp njpgdspMain.us.rev1.toml
# Cleanup # Cleanup
rm -rf zre rm -rf zre
# symlink recomp tools to root (CMake needs them there)
# should be improved in the future
ln -s $(which N64Recomp) .
ln -s $(which RSPRecomp) .
# Initialize submodules # Initialize submodules
git submodule update --init --recursive git submodule update --init --recursive