We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a190a commit c281c06Copy full SHA for c281c06
src/PackageCompiler.jl
@@ -212,7 +212,7 @@ end
212
213
function generate_sysimg_jl_contents(stdlibs::Vector{String})
214
original_sysimg_source_path = Base.find_source_file("sysimg.jl")
215
- original_sysimg_content = read(sysimg_source_path, String)
+ original_sysimg_content = read(original_sysimg_source_path, String)
216
if VERSION >= v"1.12-"
217
# In Julia 1.12+, we use BuildSettings, and thus we don't need to rewrite sysimg.jl
218
# to change the list of stdlibs.
0 commit comments