New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/21855#issuecomment-627164455 Comment: @ahesford this should now build on `x86-64`, feel free to test. As for musl, not sure what is the correct way to fix this: ``` /builddir/compute-runtime-20.18.16699/shared/source/os_interface/linux/os_library_linux.cpp: In constructor 'NEO::Linux::OsLibrary::OsLibrary(const string&)': /builddir/compute-runtime-20.18.16699/shared/source/os_interface/linux/os_library_linux.cpp:35:49: error: 'RTLD_DEEPBIND' was not declared in this scope 35 | constexpr auto dlopenFlag = RTLD_LAZY | RTLD_DEEPBIND; | ^~~~~~~~~~~~~ ```