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
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