Ver Fonte

Use multi-threaded assembly.

woollybah há 10 anos atrás
pai
commit
82228b4c16
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      make.bmk

+ 1 - 1
make.bmk

@@ -34,7 +34,7 @@
 		cmd = cmd .. bmk.Quote(src) .. " " .. bmk.Quote(obj)
 		cmd = cmd .. bmk.Quote(src) .. " " .. bmk.Quote(obj)
 	end
 	end
 
 
-	if bmk.Sys(cmd) ~= 0 then
+	if bmk.MultiSys(cmd, src) ~= 0 then
 		bmk.ThrowNew("Build Error: Failed to assemble " .. src)
 		bmk.ThrowNew("Build Error: Failed to assemble " .. src)
 	end
 	end
 @end
 @end