filament
filament copied to clipboard
Doesn't build on BSD: please provide an implementation based on POSIX mutexes
filament uses Linux-specific call futex here: https://github.com/google/filament/blob/main/libs/utils/src/linux/futex.h#L36
This causes filament to not compile on BSDs.
Could you please provide an implementation based on POSIX mutexes so that filament would be able to work on all OSes?
Thank you, Yuri
We may make other Linux assumptions in other places.
Okay noted. This will take some time to clean-up our makefiles.