You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS still includes the header in its official SDK, but other Apple platforms (iOS, tvOS, watchOS) don't include it. Consequently, bake.util can't currently be used as-is by any bake packages targeting one of those platforms (like Flecs).
Is there perhaps a POSIX-standard implementation that could be swapped in as a replacement? 😕
The text was updated successfully, but these errors were encountered:
bake_util.h
andposix.proc.c
both rely on ptrace. I don't think ptrace is part of the POSIX standard (assuming the Wikipedia page is accurate).macOS still includes the header in its official SDK, but other Apple platforms (iOS, tvOS, watchOS) don't include it. Consequently,
bake.util
can't currently be used as-is by any bake packages targeting one of those platforms (like Flecs).Is there perhaps a POSIX-standard implementation that could be swapped in as a replacement? 😕
The text was updated successfully, but these errors were encountered: