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 build pc version on macOS #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vyacguru
Copy link
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
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.

1 participant