diff --git a/contrib/generate_precompile.jl b/contrib/generate_precompile.jl index 4b1d53319d81b9..00bbdc26526b6e 100644 --- a/contrib/generate_precompile.jl +++ b/contrib/generate_precompile.jl @@ -254,8 +254,8 @@ function generate_precompile_statements() module $pkgname end """) - tmp_prec = tempname() - tmp_proc = tempname() + tmp_prec = tempname(prec_path) + tmp_proc = tempname(prec_path) s = """ pushfirst!(DEPOT_PATH, $(repr(prec_path))); Base.PRECOMPILE_TRACE_COMPILE[] = $(repr(tmp_prec));