mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
fix overridden pkg dir path
the previous code made it relative to the build directory also add a corresponding env var and logic for build command
This commit is contained in:
@@ -744,6 +744,7 @@ pub fn parseTargetQueryOrReportFatalError(
|
||||
pub const EnvVar = enum {
|
||||
ZIG_GLOBAL_CACHE_DIR,
|
||||
ZIG_LOCAL_CACHE_DIR,
|
||||
ZIG_LOCAL_PKG_DIR,
|
||||
ZIG_LIB_DIR,
|
||||
ZIG_LIBC,
|
||||
ZIG_BUILD_RUNNER,
|
||||
|
||||
Reference in New Issue
Block a user