Skip to content

Commit c281c06

Browse files
authored
Fix
1 parent 95a190a commit c281c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ end
212212

213213
function generate_sysimg_jl_contents(stdlibs::Vector{String})
214214
original_sysimg_source_path = Base.find_source_file("sysimg.jl")
215-
original_sysimg_content = read(sysimg_source_path, String)
215+
original_sysimg_content = read(original_sysimg_source_path, String)
216216
if VERSION >= v"1.12-"
217217
# In Julia 1.12+, we use BuildSettings, and thus we don't need to rewrite sysimg.jl
218218
# to change the list of stdlibs.

0 commit comments

Comments
 (0)