From d8668e49e1a105ccadad4b607fd22f15c2f83834 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sun, 19 May 2024 14:11:45 +0000 Subject: [PATCH] Create local symlinks for N64Recomp --- .devcontainer/post-create.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index 7739cb2..d3679f7 100755 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -14,5 +14,10 @@ RSPRecomp njpgdspMain.us.rev1.toml # Cleanup 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 git submodule update --init --recursive