Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zxunge authored Aug 15, 2024
1 parent f4849ca commit fbb2c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ cp -f ../Makefile.am src/src/
cp -f ../lspdiagresultslog.cpp src/plugins/contrib/clangd_client/src/LSPclient/

./bootstrap
./configure --with-contrib-plugins=clangd_client --prefix=/opt/codeblocks
./configure --with-contrib-plugins=all --prefix=/opt/codeblocks
make -j$(nproc) install

0 comments on commit fbb2c94

Please sign in to comment.