Skip to content

Commit

Permalink
update docs for sysimg to show that default_sysimg_path is a function (
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jun 24, 2017
1 parent 2c93acf commit 3808de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build_sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function default_sysimg_path(debug=false)
end

"""
build_sysimg(sysimg_path=default_sysimg_path, cpu_target="native", userimg_path=nothing; force=false)
build_sysimg(sysimg_path=default_sysimg_path(), cpu_target="native", userimg_path=nothing; force=false)
Rebuild the system image. Store it in `sysimg_path`, which defaults to a file named `sys.ji`
that sits in the same folder as `libjulia.{so,dylib}`, except on Windows where it defaults
Expand Down

0 comments on commit 3808de9

Please sign in to comment.