We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b80a3 + b825a22 commit cac3954Copy full SHA for cac3954
bootstrap/src/Build.hs
@@ -105,6 +105,7 @@ buildProgram programDirectory' libraryDirectories sourceExtensions buildDirector
105
want [buildDirectory </> programName <.> exe]
106
buildDirectory </> programName <.> exe %> \executable -> do
107
need objectFiles
108
+ need archives
109
cmd compiler objectFiles archives ["-o", executable] flags
110
mapM_ infoToRule compileTimeInfo
111
0 commit comments