Skip to content

Commit c61b2f0

Browse files
fix Compiler path
1 parent 3d7ede1 commit c61b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Profile/src/Profile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function flatten(data::Vector, lidict::LineInfoDict)
537537
end
538538

539539
const SRC_DIR = normpath(joinpath(Sys.BUILD_ROOT_PATH, "src"))
540-
const COMPILER_DIR = "././../usr/share/julia/Compiler/"
540+
const COMPILER_DIR = "../usr/share/julia/Compiler/"
541541

542542
# Take a file-system path and try to form a concise representation of it
543543
# based on the package ecosystem

0 commit comments

Comments
 (0)