Closed MagicalDrizzle closed 2 years ago
Did you still have 32bit Windows ?
Because mingw64 only support Windows 7 or later, which almost no 32bit users.
I'm actually trying to build this for ReactOS (~server 2003), which is 32bit "only" for now
https://github.com/aria2/aria2/releases/tag/release-1.36.0 official release contains 32bit build. Did it work for you ?
I try to build i686-w64-mingw32
locally. You may try this build:
aria2-i686-w64-mingw32.zip
I'm not sure if this could run in your environment, because I remembered mingw64 only support windows 7 or later.
it does, but i'm kinda finding some CI project to build with the latest library and yours seem to be perfect ^^ and yeah that build works!
Add i686-w64-mingw32
build in continuous build: https://github.com/abcfy2/aria2-static-build/releases/download/continuous/aria2-i686-w64-mingw32_static.zip
would it be possible to change the 64bit windows build script to accommodate 32bit builds?