build(zig-0.16): update example build instrcutions to work on all platforms

This commit is contained in:
CJ van den Berg 2026-04-13 13:29:02 +02:00
parent 33205725c3
commit cbb9baab0d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,6 @@
// Stub build_options for standalone example builds (zig build-exe).
// When using `zig build` from the repo root, the real build_options module is
// generated by the build system. This file is only needed when invoking
// zig build-exe directly from the examples/ directory.
pub const macos_fsevents = false;
pub const install_tests = false;