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 1ce715c commit bb7f1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mingw32-make -j$(nproc) install
popd

pushd $HOME/root/lib
mkdir -p gcc_x64_dll
cp -rf gcc_dll/* gcc_x64_dll/
mkdir -p clang_x64_dll
cp -rf gcc_dll/* clang_x64_dll/
# cp -rf gcc_dll/wxmsw330ud_clang_custom.dll gcc_x64_dll/wxmsw330u_clang_custom.dll
popd

Expand Down Expand Up @@ -57,7 +57,7 @@ popd
pushd codelite
mkdir -p build-release/install/build-deps
mkdir -p build-release/install/locale
rm -rf $HOME/root/lib/gcc_x64_dll
rm -rf $HOME/root/lib/clang_x64_dll
cp -rf $HOME/root/* build-release/install/build-deps/
cp -rf ./translations/* build-release/install/locale/
cd build-release/install/
Expand Down

0 comments on commit bb7f1f4

Please sign in to comment.