| ... | ... | @@ -45,12 +45,14 @@ pub fn make( |
| 45 | 45 | |
| 46 | 46 | try lowerZigArgs(arena, compile, compile_index, maker, progress_node, &argv, false); |
| 47 | 47 | |
| 48 | const incremental = conf_comp.flags4.incremental.toBool() orelse graph.incremental == true; |
| 49 | |
| 48 | 50 | const maybe_output_dir = Step.evalZigProcess( |
| 49 | 51 | compile_index, |
| 50 | 52 | maker, |
| 51 | 53 | argv.items, |
| 52 | 54 | progress_node, |
| 53 | | (graph.incremental == true) and (maker.watch or maker.web_server != null), |
| 55 | incremental and (maker.watch or maker.web_server != null), |
| 54 | 56 | ) catch |err| switch (err) { |
| 55 | 57 | error.NeedCompileErrorCheck => { |
| 56 | 58 | try checkCompileErrors(arena, maker, compile_index); |