Skip to content

Commit

Permalink
Sys.STDLIB: better bootstrap definition (fix #27662)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jun 19, 2018
1 parent 267dc59 commit cc18bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A string containing the full path to the directory containing the `julia` execut
A string containing the full path to the directory containing the `stdlib` packages.
"""
STDLIB = "$BINDIR/../../stdlib" # for bootstrap
STDLIB = "$BINDIR/../share/julia/stdlib/v$(VERSION.major).$(VERSION.minor)" # for bootstrap

# helper to avoid triggering precompile warnings

Expand Down

0 comments on commit cc18bd6

Please sign in to comment.