diff --git a/base/loading.jl b/base/loading.jl index a4a40300c97c6..9a32ad1228b04 100644 --- a/base/loading.jl +++ b/base/loading.jl @@ -135,6 +135,7 @@ end function package_slug(uuid::UUID, p::Int=5) crc = _crc32c(uuid) + crc = _crc32c(unsafe_string(JLOptions().image_file), crc) return slug(crc, p) end