From 0d4d4283d1881de691af1fee0f42110c5ac94547 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Tue, 26 Aug 2025 18:04:43 +0700 Subject: [PATCH] only `install library` for liburing --- src/SPC/builder/linux/library/liburing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/linux/library/liburing.php b/src/SPC/builder/linux/library/liburing.php index 2961d1e8..9e66d3ed 100644 --- a/src/SPC/builder/linux/library/liburing.php +++ b/src/SPC/builder/linux/library/liburing.php @@ -40,7 +40,7 @@ class liburing extends LinuxLibraryBase $use_libc ? '--use-libc' : '', ) ->configure() - ->make(with_clean: false) + ->make('install library', with_clean: false) ->exec("rm -rf {$this->getLibDir()}/liburing*.so*"); $this->patchPkgconfPrefix(['liburing.pc', 'liburing-ffi.pc']);