From 4b500f2dd8bb349166273f22d36826ad737005db Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 12 Sep 2023 00:08:00 +0800 Subject: [PATCH] remove redundant libssh2 cmake build target option --- src/SPC/builder/unix/library/libssh2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/libssh2.php b/src/SPC/builder/unix/library/libssh2.php index 04aa5882..a207f27b 100644 --- a/src/SPC/builder/unix/library/libssh2.php +++ b/src/SPC/builder/unix/library/libssh2.php @@ -29,7 +29,7 @@ trait libssh2 "-DENABLE_ZLIB_COMPRESSION={$enable_zlib} " . '..' ) - ->exec("cmake --build . -j {$this->builder->concurrency} --target libssh2") + ->exec("cmake --build . -j {$this->builder->concurrency}") ->exec('make install DESTDIR=' . BUILD_ROOT_PATH); $this->patchPkgconfPrefix(['libssh2.pc']); }