osmcode / osmium-tool

Command line tool for working with OpenStreetMap data based on the Osmium library.
https://osmcode.org/osmium-tool/
GNU General Public License v3.0
483 stars 104 forks source link

Cross-compile mingw fixes #254

Closed jeremiahpslewis closed 1 year ago

jeremiahpslewis commented 1 year ago

Hey! Thanks for the cool library. I'm adding it to the binaries available in the Julia ecosystem and hit upon a flag that causes cross compilation from linux to windows to fail. Here's the patch which seems to resolve the issue.

Build script here: https://github.com/JuliaPackaging/Yggdrasil/pull/5668/files

Cheers, Jeremiah