Skip to content

Commit

Permalink
fix directories in sysimg building for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 17, 2012
1 parent 40e72c2 commit 55dce00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jl/stage0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ end
include("sysimg.jl")

ccall(:jl_save_system_image, Void, (Ptr{Uint8},Ptr{Uint8}),
"sys0.ji", "jl/start_image.jl")
"$JULIA_HOME/sys0.ji", "start_image.jl")

end # module
2 changes: 1 addition & 1 deletion jl/stage1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ begin
end

ccall(:jl_save_system_image, Void, (Ptr{Uint8},Ptr{Uint8}),
"sys.ji", "jl/start_image.jl")
"$JULIA_HOME/sys.ji", "start_image.jl")

end # module

0 comments on commit 55dce00

Please sign in to comment.