The CMake build system is the one we use to do off...
# core
s
The CMake build system is the one we use to do official build and it's the most updated one. The only part that's pre-built is the toolchain on Linux because that's custom made to be able to prepare binaries that runs on a different variety of platforms. The toolchain itself should be able to run on a variety of platforms. Using the platform compiler, if not at the correct version, would not work.
👍 1