Skip to content

Fix build pc version on macOS#174

Merged
WinterMute merged 2 commits intoswitchbrew:masterfrom
Vyacguru:master
May 28, 2025
Merged

Fix build pc version on macOS#174
WinterMute merged 2 commits intoswitchbrew:masterfrom
Vyacguru:master

Conversation

@Vyacguru
Copy link
Copy Markdown
Contributor

@Vyacguru Vyacguru commented Sep 29, 2024

This pull request addresses the issue of building the PC version on macOS. These operating system do not have a native implementation of C11 Threads, which makes the build process impossible.

To resolve this, I have integrated the project c11threads, which provides the necessary mechanisms for C11 Threads to function on these OS.

By including this project, we can ensure that the build process is successful on macOS.
For Windows we need also add c file with windows threading realization. But it doesnt works, sfml in mingw so old, and can't run after build.
Simply way to run pc version on Windows - recreate project on cmake

@Vyacguru Vyacguru changed the title Fix build pc version on macOS and Windows Fix build pc version on macOS Sep 30, 2024
@WinterMute WinterMute merged commit b537333 into switchbrew:master May 28, 2025
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