Skip to content

Commit e281b5f

Browse files
committed
build with CL with -j1 to avoid linker errors
1 parent 8de6e23 commit e281b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/bundle.kk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ fun build-libraries(cc : string, usecl : bool, variant : variant, version : stri
322322
if !install && usecl then
323323
// also generate cl binaries on windows
324324
val cloutputdir = get-output-dir("cl", variant, version)
325-
val clcmd = [koka-run, "--cc=cl", "--outputdir=" ++ cloutputdir.show, extra, prog].join(" ")
325+
val clcmd = [koka-run, "--cc=cl", "-j1", "--outputdir=" ++ cloutputdir.show, extra, prog].join(" ")
326326
println("> " ++ clcmd)
327327
run-system( clcmd )
328328
()

0 commit comments

Comments
 (0)