Building without pthread ? #1382
Replies: 2 comments
-
well, I could build it, but without flecs_pipeline ecs_progress is not accessible. so it's way less convenient to run all systems. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been wondering if there were ways to use flecs without pthread ?
I'm making a DS game engine and the ds does not provide multithreading. As such, there is no pthread header to include.
is there any define or anything to just build flecs single threaded ?
Beta Was this translation helpful? Give feedback.
All reactions