From 48393933d27baf558cf34e8d28a5c3c000f3ae6f Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sun, 19 May 2024 14:24:44 +0000 Subject: [PATCH] small tweaks --- .devcontainer/post-create.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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