travisvroman / kohi

A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.
https://kohiengine.com
Apache License 2.0
1.02k stars 97 forks source link

fix: undefined kthread_wait on macOS #227

Closed DamianoPellegrini closed 2 months ago

DamianoPellegrini commented 5 months ago

I tried fixing a linker error on a Mac M1. I am not sure if this is the right way to do it, but it compiles and runs succesfully.

travisvroman commented 2 months ago

@DamianoPellegrini Thanks for opening this!

Unfortunately this was already previously fixed in the 0.7.0 feature branch, which was recently merged into main. Closing this.