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 dcb2ecb commit 64104c9Copy full SHA for 64104c9
src/BinaryBuilderBase.jl
@@ -50,7 +50,7 @@ function storage_dir(args::AbstractString...)
50
mkpath(dirname(dir))
51
return dir
52
end
53
-ccache_dir() = storage_dir("ccache")
+ccache_dir() = get(ENV, "BINARYBUILDER_CCACHE_DIR", storage_dir("ccache"))
54
55
"""
56
enable_apple_file()
0 commit comments