kotlin-logging icon indicating copy to clipboard operation
kotlin-logging copied to clipboard

Feature request: mingwX86 target

Open JohnLCaron opened this issue 3 years ago • 2 comments

Would it be possible/easy to add target mingwX86?

JohnLCaron avatar Aug 29 '22 19:08 JohnLCaron

Thank you for reporting an issue. See the wiki for documentation and slack for questions.

github-actions[bot] avatar Aug 29 '22 19:08 github-actions[bot]

We do have mingwX64. Can you give more details why the 32 bit version is needed?

oshai avatar Sep 02 '22 08:09 oshai

I need 32-bit for compatibility and stability, currently I create shared libraries and they are used by Windows apps and are running using Wine

jonathanoff2022 avatar Jan 31 '23 18:01 jonathanoff2022

Would you like to create a PR for it?

oshai avatar Jan 31 '23 18:01 oshai

Not yet, currently not my priority

jonathanoff2022 avatar Feb 03 '23 22:02 jonathanoff2022

x86 is a deprecated target, so I don't think I will add support for it: https://kotlinlang.org/docs/native-target-support.html#deprecated-targets

oshai avatar Feb 10 '23 06:02 oshai