chore: the for in elaborator now propagates the element type to the body
This commit is contained in:
parent
25d3860823
commit
b33aa09384
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ variable [Monad m] [MonadBuildStore m]
|
|||
def recBuildExternalDynlibs (pkgs : Array Package)
|
||||
[MonadLog m] : IndexT m (Array ActiveFileTarget × Array FilePath) := do
|
||||
let mut libDirs := #[]
|
||||
let mut targets := #[]
|
||||
let mut targets : Array ActiveFileTarget := #[]
|
||||
for pkg in pkgs do
|
||||
libDirs := libDirs.push pkg.libDir
|
||||
let externLibTargets ← pkg.externLibs.mapM (·.shared.recBuild)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue