Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce Windows GNU target support #43

Merged

Conversation

AlexTMjugador
Copy link
Contributor

assimp historically had problems building for the Windows platform with a GNU toolchain, but those problems have been fixed upstream some time ago. These bindings use the latest assimp release, so they contain those fixes already, and thus there is no point in artificially restricting support for a target that assimp can now deal with.

I've tested that indeed this target is supported by assimp by cross-compiling the Windows tools binary with the mingw-w64 toolchain from a Linux host, and then running it under Wine with no problems.

assimp historically had problems building for the Windows platform with
a GNU toolchain, but those problems have been fixed upstream some time
ago. These bindings use the latest assimp release, so they contain those
fixes already, and thus there is no point in artificially restricting
support for a target that assimp can now deal with.

I've tested that indeed this target is supported by cross-compiling a
Windows binary with the `mingw-w64` toolchain from a Linux host, and
then running it under Wine with no problems.
@jkvargas jkvargas merged commit 72b3bfd into jkvargas:main May 6, 2024
@jkvargas
Copy link
Owner

jkvargas commented May 6, 2024

thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants