Commit Graph

4 Commits

Author SHA1 Message Date
Xaymar c88aa45a93 Fix try_compile failure
For unknown reasons, CMake does not propagate the compiler settings to the try_compile process but instead forwards the toolchain directly. This is weird.
2025-04-18 15:31:59 +02:00
Xaymar e29c9161c8 Further progress towards building with one click
We've mostly got things to work, but CMake gets stuck trying to figure out the ABI. I'm not entirely sure what its doing.
2025-04-18 15:16:02 +02:00
Xaymar ebab168283 LLVM is mostly self-downloading now 2025-04-17 13:14:57 +02:00
Xaymar dfe1aab2ea Add initial work towards a one-click build setup
We can use some of CMakes built-in systems to ease the required workflow for the whole toolchain. This may eventually allow us to do a single click system where a developer does not need to do anything to get started. If Google can do this (even if slightly scuffed), so can we.
2025-04-17 11:26:57 +02:00