We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f774d commit c7aae58Copy full SHA for c7aae58
toolchain/defs.bzl
@@ -148,7 +148,7 @@ def _zig_repository_impl(repository_ctx):
148
cache_prefix = repository_ctx.os.environ.get("HERMETIC_CC_TOOLCHAIN_CACHE_PREFIX", "")
149
if cache_prefix == "":
150
if os == "windows":
151
- cache_prefix = "C:\\\\Temp\\\\zig-cache"
+ cache_prefix = "\\\\Temp\\\\zig-cache"
152
elif os == "macos":
153
cache_prefix = "/var/tmp/zig-cache"
154
elif os == "linux":
0 commit comments