fixed a overriding issue with neovim/vim/lazyvim building.
This commit is contained in:
2
build.sh
2
build.sh
@@ -35,4 +35,4 @@ cmake ..
|
|||||||
cmake --build . -- -j"$(nproc)"
|
cmake --build . -- -j"$(nproc)"
|
||||||
cp -r ../Resources .
|
cp -r ../Resources .
|
||||||
cp Resources/imgui.ini .
|
cp Resources/imgui.ini .
|
||||||
ln -s build/compile_commands.json compile_commands.json
|
ln -sf build/compile_commands.json compile_commands.json
|
||||||
Reference in New Issue
Block a user