only install library for liburing

This commit is contained in:
DubbleClick 2025-08-26 18:04:43 +07:00
parent effefd4844
commit 0d4d4283d1

View File

@ -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']);