We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9656ec2 commit e8d02c5Copy full SHA for e8d02c5
src/main.zig
@@ -718,7 +718,7 @@ fn buildOutputType(
718
var test_filter: ?[]const u8 = null;
719
var test_name_prefix: ?[]const u8 = null;
720
var override_local_cache_dir: ?[]const u8 = try optionalStringEnvVar(arena, "ZIG_LOCAL_CACHE_DIR");
721
- var override_global_cache_dir: ?[]const u8 = null;
+ var override_global_cache_dir: ?[]const u8 = try optionalStringEnvVar(arena, "ZIG_GLOBAL_CACHE_DIR");
722
var override_lib_dir: ?[]const u8 = try optionalStringEnvVar(arena, "ZIG_LIB_DIR");
723
var main_pkg_path: ?[]const u8 = null;
724
var clang_preprocessor_mode: Compilation.ClangPreprocessorMode = .no;
0 commit comments