Skip to content

CMake - emscripten hack#122

Merged
paddy-exe merged 1 commit into
godotengine:mainfrom
enetheru:github/issue-99
May 30, 2026
Merged

CMake - emscripten hack#122
paddy-exe merged 1 commit into
godotengine:mainfrom
enetheru:github/issue-99

Conversation

@enetheru
Copy link
Copy Markdown
Contributor

Add a commented out line for the emscripten hack to indicate what to do when compiling for the platform.
Resolves #99

Because the project command has not been specified yet we don't have knowledge of the toolchain, so I've left this commented out. The only way I can imagine is to guard it with a variable, but I think that can be left upto the user of the template.

Add a commented out line for the emscripten hack to indicate what to do when compiling for the platform.
resolves godotengine#99
@dsnopek dsnopek added the bug Something isn't working label May 28, 2026
@paddy-exe
Copy link
Copy Markdown
Collaborator

@enetheru Can this be merged as-is?

@enetheru
Copy link
Copy Markdown
Contributor Author

@enetheru Can this be merged as-is?

Yes please. The hack is inelegant, but its the best I can come up with.

@paddy-exe paddy-exe merged commit e33d564 into godotengine:main May 30, 2026
5 checks passed
@paddy-exe
Copy link
Copy Markdown
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CMake] add fix for emscripten/web builds.

4 participants