diff --git a/build.sh b/build.sh index eea9d3b..334e1d6 100755 --- a/build.sh +++ b/build.sh @@ -35,4 +35,4 @@ cmake .. cmake --build . -- -j"$(nproc)" cp -r ../Resources . cp Resources/imgui.ini . -ln -s build/compile_commands.json compile_commands.json +ln -sf build/compile_commands.json compile_commands.json \ No newline at end of file