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

[Windows] Fix windows build with mingw. #54

Merged
merged 1 commit into from
Jun 18, 2022

Conversation

Faless
Copy link
Collaborator

@Faless Faless commented Jun 18, 2022

Forces ".dll" extension for library when building with mingw.

Override GDN_EXPORT which is incorrectly defined in the upstream gdnative headers (3.x, godotengine/godot#62173) and godot-cpp include (4.0, godotengine/godot-cpp#771) when building for windows with mingw.

Fixes #52

Forces ".dll" extension for library when building with mingw.

Override GDN_EXPORT which is incorrectly defined in the upstream
gdnative headers (3.x) and godot-cpp include (4.0) when building for
windows with mingw.
@Faless Faless added bug Something isn't working Upstream An issue that is due to Godot Engine and not (just) the plugin itself. build system An issue that affects the build system. labels Jun 18, 2022
@Faless Faless merged commit e41d290 into godotengine:master Jun 18, 2022
@Faless Faless deleted the fix/win32_mingw branch October 22, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build system An issue that affects the build system. Upstream An issue that is due to Godot Engine and not (just) the plugin itself.
Projects
None yet
1 participant