Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zxunge authored Dec 21, 2024
1 parent 657d11b commit 42ca309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ pushd codelite
git submodule update --init --recursive
mkdir build-release
cd $_
cmake .. -DWXCFG="gcc_dll/mswu" -DCMAKE_BUILD_TYPE=Release \
cmake .. -DWXCFG="gcc_dll/mswu" -DCMAKE_BUILD_TYPE=Release \
-G "MinGW Makefiles" -DWXWIN="$HOME/root" \
-DWITH_MYSQL=OFF -DWITH_POSTGRES=OFF
-Wno-dev
mingw32-make -j$(nproc) install
popd
Expand Down

0 comments on commit 42ca309

Please sign in to comment.