Skip to content

Commit

Permalink
Include path to julia binary in package_slug
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 24, 2019
1 parent 2b1d45c commit fa5f1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ end
function package_slug(uuid::UUID, p::Int=5)
crc = _crc32c(uuid)
crc = _crc32c(unsafe_string(JLOptions().image_file), crc)
crc = _crc32c(unsafe_string(JLOptions().julia_bin), crc)
return slug(crc, p)
end

Expand Down

0 comments on commit fa5f1b1

Please sign in to comment.