Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Shared `libgcc` can now be enabled for `aarch64-w64-mingw32` #147

Open Blackhex opened 1 month ago

Blackhex commented 1 month ago

After Windows-on-ARM-Experiments/gcc-woarm64#21 was merged, shared libgcc can be enabled for aarch64-w64-mingw32.

Depends on #179.

Blackhex commented 2 weeks ago

@eukarpov It works now, the only thing to discuss/resolve is whether to copy the DLLs to both locations needed for OpenSSL as it is now, or copy them to some common location and add them to PATH.

eukarpov commented 2 weeks ago

@eukarpov It works now, the only thing to discuss/resolve is whether to copy the DLLs to both locations needed for OpenSSL as it is now, or copy them to some common location and add them to PATH.

I think using a common package and some location will be good idea.