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:
Mac Malone 2025-08-23 17:52:15 -04:00 committed by GitHub
parent c9727c2d19
commit 902484988e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]