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

Fix alloca() not being included on some platforms #383

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

Zylann
Copy link
Collaborator

@Zylann Zylann commented Mar 31, 2020

Should fix #376.
The place is similar to Godot, which adds it as part of platform_config.h.

@BastiaanOlij
Copy link
Collaborator

I don't work on Linux so can't confirm but looks good to me.. @Calinou can you verify ?

@BastiaanOlij BastiaanOlij added the enhancement This is an enhancement on the current functionality label Apr 17, 2020
@BastiaanOlij BastiaanOlij merged commit 165f1f3 into godotengine:master Jun 2, 2020
@follower
Copy link

FYI: This appears to have broken Linux cross-compilation of Windows: #414

@Zylann
Copy link
Collaborator Author

Zylann commented Jun 25, 2020

You may check PR #415

@API-Beast
Copy link
Contributor

Yes please merge the other PR so it works with MSYS/MinGW on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an enhancement on the current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails : 'alloca' was not declared in this scope. Missing include statement ?
4 participants