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 98a52b1 commit 642975bCopy full SHA for 642975b
src/precompile.jl
@@ -1,6 +1,7 @@
1
using LibGit2: LibGit2
2
using Tar: Tar
3
using Downloads
4
+using p7zip_jll
5
6
# used by REPLExt too
7
function _run_precompilation_script_setup()
@@ -9,6 +10,9 @@ function _run_precompilation_script_setup()
9
10
empty!(DEPOT_PATH)
11
pushfirst!(DEPOT_PATH, tmp)
12
pushfirst!(LOAD_PATH, "@")
13
+ if isempty(p7zip_jll.artifact_dir)
14
+ p7zip_jll.__init__()
15
+ end
16
write(
17
"Project.toml",
18
"""
0 commit comments