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.
1 parent c5b80a3 commit b825a22Copy full SHA for b825a22
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