Skip to content

Commit

Permalink
Merge pull request #2 from terasakisatoshi/set-full-path-of-sysimage
Browse files Browse the repository at this point in the history
input full-path
  • Loading branch information
terasakisatoshi committed Nov 14, 2021
2 parents d2cd3ad + 8a46f15 commit acfee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ create_sysimage(
"traced_runtests.jl",
"traced_nb.jl"
],
sysimage_path="sys.$(dlext)",
sysimage_path=joinpath(@__DIR__, "sys.$(dlext)"),
cpu_target = PackageCompiler.default_app_cpu_target()
)

Expand Down

0 comments on commit acfee31

Please sign in to comment.