Skip to content

Commit 93c53ea

Browse files
committed
allow for user-defined buildpath
1 parent 72aedb7 commit 93c53ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ env()::String = Genie.config.app_env
9696
9797
Constructs the temp dir where Genie's view files are built.
9898
"""
99-
buildpath()::String = Base.Filesystem.mktempdir(prefix="jl_genie_build_")
99+
buildpath()::String = get(ENV, "GENIE_BUILDPATH", Base.Filesystem.mktempdir(prefix="jl_genie_build_"))
100100

101101

102102
"""

0 commit comments

Comments
 (0)