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 fbb2c94 commit 50d16a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ pushd codeblocks_sfmirror/
#git apply -v ../001-fix-32bit-build.patch
#sed -i '78,78s/WX_CXXFLAGS/WX_CPPFLAGS/g' src/src/Makefile.am
cp -f ../Makefile.am src/src/
cp -f ../lspdiagresultslog.cpp src/plugins/contrib/clangd_client/src/LSPclient/
#cp -f ../lspdiagresultslog.cpp src/plugins/contrib/clangd_client/src/LSPclient/

./bootstrap
./configure --with-contrib-plugins=all --prefix=/opt/codeblocks
./configure --disable-pch --with-contrib-plugins=all,-wxsmith,-wxsmithaui,-wxsmithcontrib,-Valgrind --prefix=/opt/codeblocks
make -j$(nproc) install
mv /opt/codeblocks/lib/codeblocks/bin/*.dll /opt/codeblocks/bin/


0 comments on commit 50d16a6

Please sign in to comment.