From 3808de924404b44c1c2b8fa00b370e6f9989034f Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Sat, 24 Jun 2017 09:01:41 -0700 Subject: [PATCH] update docs for sysimg to show that default_sysimg_path is a function (#22449) --- contrib/build_sysimg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build_sysimg.jl b/contrib/build_sysimg.jl index 8c08248f5a767..7ca643f9204b5 100644 --- a/contrib/build_sysimg.jl +++ b/contrib/build_sysimg.jl @@ -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