Remove old configure_env

This commit is contained in:
crazywhalecc
2023-11-05 17:31:17 +08:00
parent 4f5335bba4
commit 967292be5c

View File

@@ -11,7 +11,7 @@ trait libargon2
protected function build()
{
shell()->cd($this->source_dir)
->exec("make {$this->builder->configure_env} PREFIX='' clean")
->exec("make PREFIX='' clean")
->exec("make -j{$this->builder->concurrency} PREFIX=''")
->exec("make install PREFIX='' DESTDIR=" . BUILD_ROOT_PATH);