mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
Updated FAQ (markdown)
parent
c3f99e8077
commit
d1a484f1f9
7
FAQ.md
7
FAQ.md
@ -71,11 +71,10 @@ note: It is safe to manually remove cache directories when no zig compiler proce
|
||||
|
||||
The build cache can be found in the following locations unless overridden with command-line options:
|
||||
|
||||
TYPE | OS | DIRECTORY
|
||||
:-: | :-: | ---
|
||||
global | linux | $XDG_CACHE_HOME/zig
|
||||
TYPE | OS | DIRECTORY | NOTE
|
||||
:-: | :-: | --- | ---
|
||||
global | all | $XDG_CACHE_HOME/zig | if env is set
|
||||
||| $HOME/.cache/zig
|
||||
|| macOS | $HOME/Library/Application Support/zig
|
||||
|| Windows | %LOCALAPPDATA%\zig
|
||||
local | all | $PWD/zig-cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user