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 no-libc build on "other" platforms #58

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Fix no-libc build on "other" platforms #58

merged 1 commit into from
Oct 24, 2022

Conversation

athre0z
Copy link
Member

@athre0z athre0z commented Oct 24, 2022

The ifdef in Process.c previously didn't include the header selection, resulting in "Unsupported platform detected" on non-Windows/non-Unix platforms like Emscripten.

The `ifdef` in `Process.c` previously didn't include the header selection,
resulting in "Unsupported platform detected" on non-Windows/non-Unix platforms
like Emscripten.
@athre0z athre0z added C-bug Category: This is a bug A-build Area: Build system labels Oct 24, 2022
@athre0z athre0z force-pushed the fix-nolibc-build branch 2 times, most recently from 89af0f1 to 5113495 Compare October 24, 2022 17:28
@athre0z athre0z requested a review from flobernd October 24, 2022 17:31
@athre0z athre0z merged commit 6c958cf into master Oct 24, 2022
@athre0z athre0z deleted the fix-nolibc-build branch October 24, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: Build system C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants