diff --git a/src/lakefile.toml.in b/src/lakefile.toml.in index 0f07226384..14a69d60fd 100644 --- a/src/lakefile.toml.in +++ b/src/lakefile.toml.in @@ -64,6 +64,8 @@ globs = [ "Lake", # API only imported by `LakeMain` and the `lake` CLI "Lake.CLI", "Lake.Load", + # Additional utilities which may not be imported + "Lake.Util.+", ] libName = "${LAKE_LIB_PREFIX}Lake" defaultFacets = ["static", "static.export"]