mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-19 10:38:03 -05:00
fix(ci): build_winpthreads before finish_gcc to fix windows build error
This commit is contained in:
parent
e035964042
commit
0282f20a41
1 changed files with 6 additions and 5 deletions
|
|
@ -238,7 +238,8 @@ prepare_gcc_build() {
|
|||
--prefix=$PREFIX \
|
||||
--with-sysroot=$PREFIX \
|
||||
--disable-multilib \
|
||||
--enable-languages=c,c++
|
||||
--enable-languages=c,c++ \
|
||||
--enable-threads=posix
|
||||
make all-gcc -j$(nproc)
|
||||
make install-gcc
|
||||
|
||||
|
|
@ -396,8 +397,8 @@ build_binutils
|
|||
build_mingw_headers
|
||||
prepare_gcc_build
|
||||
build_mingw_crt
|
||||
finish_gcc
|
||||
build_winpthreads
|
||||
finish_gcc
|
||||
copy_dlls
|
||||
|
||||
setup_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue