Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Nov 7, 2024
1 parent 68b8319 commit d22e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function _track(id, modname; modified_files=revision_queue)
# Save the result (unnecessary if already in pkgdatas, but doesn't hurt either)
pkgdatas[id] = pkgdata
elseif modname === :Compiler
compilerdir = normpath(joinpath(juliadir, "stdlib", "Compiler"))
compilerdir = normpath(joinpath(juliadir, "Compiler"))
compilerdir_pre_112 = normpath(joinpath(juliadir, "base", "compiler"))
isdir(compilerdir) || (compilerdir = compilerdir_pre_112)
pkgdata = get(pkgdatas, id, nothing)
Expand Down

0 comments on commit d22e731

Please sign in to comment.