patch libacl WIP

This commit is contained in:
Marc Henderkes
2025-03-10 10:25:35 +01:00
parent c6552f6800
commit 4e32ff47df
3 changed files with 22 additions and 2 deletions

View File

@@ -294,6 +294,11 @@ abstract class LibraryBase
// do something before pack, default do nothing. overwrite this method to do something (e.g. modify pkg-config file)
}
public function patchBeforeConfigure(): bool
{
return false;
}
/**
* Build this library.
*