Hi,
I'm unable to build this crate on my MacOS setup. I attached the logs below but I believe it has to do with this issue:
bx/include/bx/bx.h:34:2: error: unknown type name 'constexpr'. It seems like on MacOS you may need to specify support for c++11 -std=c++11.
Hi, I'm unable to build this crate on my MacOS setup. I attached the logs below but I believe it has to do with this issue:
bx/include/bx/bx.h:34:2: error: unknown type name 'constexpr'
. It seems like on MacOS you may need to specify support for c++11-std=c++11
.