suggestions

This commit is contained in:
DubbleClick
2025-08-27 08:31:48 +07:00
parent 00892c20fa
commit ecdb94b429
4 changed files with 9 additions and 6 deletions

View File

@@ -54,6 +54,6 @@ class liburing extends LinuxLibraryBase
->make('library', with_clean: false)
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
$this->patchPkgconfPrefix(['liburing.pc', 'liburing-ffi.pc']);
$this->patchPkgconfPrefix();
}
}