fix: include Lake.Load in core build (#10087)
This PR adds `Lake.Load` to core's Lake configuration to ensure it is built. With the module system port, it was no longer transitively imported.
This commit is contained in:
parent
c9727c2d19
commit
902484988e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ globs = [
|
|||
# Lake API imported by configuration files
|
||||
"Lake",
|
||||
# API only imported by `LakeMain` and the `lake` CLI
|
||||
"Lake.CLI",
|
||||
"Lake.CLI", "Lake.Load",
|
||||
]
|
||||
libName = "${LAKE_LIB_PREFIX}Lake"
|
||||
defaultFacets = ["static", "static.export"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue