fix macos?

This commit is contained in:
DubbleClick
2025-08-26 19:35:10 +07:00
parent 1243fb9678
commit c433aed521
3 changed files with 8 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class liburing extends LinuxLibraryBase
$use_libc ? '--use-libc' : '',
)
->configure()
->make('install library', with_clean: false)
->make('library', with_clean: false)
->exec("rm -rf {$this->getLibDir()}/liburing*.so*");
$this->patchPkgconfPrefix(['liburing.pc', 'liburing-ffi.pc']);