fixed a overriding issue with neovim/vim/lazyvim building.

This commit is contained in:
Anemunt
2025-12-06 18:44:15 -05:00
parent 2b67058eec
commit cf82bf458c

View File

@@ -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