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
This change adds support for enabling amber to be built for QNX
platforms.
1. Update CMakeLists.txt to not link with pthread on QNX platforms as
pthread is implemented as part of libc on QNX and a separate pthread
library does not exist on QNX.
2. Update src/platform.h to recognize __QNX__ as a supported platform
0 commit comments