#[SOLVED] feature checking in build.zig
1 messages · Page 1 of 1 (latest)
?
you can DIY with checking against the expected return status of a RunStep.
What is your use case for this?
you can see build_runner.zig source i think
Thanks!
Checking for C dependencies.
hmmm, I only need to compile and link a program though, not run it -- that would also break cross-compilation
How do I get the path to the compiler?
:)
ah
thanks