This commit is contained in:
DubbleClick
2025-06-11 22:45:08 +07:00
parent 78b3778442
commit 9f35c954ac

View File

@@ -395,7 +395,7 @@ class Extension
shell()->cd($this->source_dir) shell()->cd($this->source_dir)
->setEnv($env) ->setEnv($env)
->exec('make clean') ->exec('make clean')
->exec('make -j' . $this->builder->concurrency) ->exec('make -j' . $this->builder->concurrency)
->exec('make install'); ->exec('make install');
} }