How I can use env var in comptime?

Configuration options from environment variables can be created in build.zig and used with @import.
See this thread: Can someone explain more on @import("config") in the build system doc

4 Likes