diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index d3679f7..3f37bde 100755 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -14,10 +14,9 @@ RSPRecomp njpgdspMain.us.rev1.toml # Cleanup rm -rf zre -# symlink recomp tools to root (CMake needs them there) +# symlink N64Recomp to root (CMake needs it there) # should be improved in the future ln -s $(which N64Recomp) . -ln -s $(which RSPRecomp) . # Initialize submodules git submodule update --init --recursive