fix libwebp pkgconfig patch, add custom patch argument

This commit is contained in:
crazywhalecc
2023-09-12 00:09:49 +08:00
committed by Jerry Ma
parent fa0740f216
commit 5efc15b404
3 changed files with 6 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ const PKGCONF_PATCH_PREFIX = 1;
const PKGCONF_PATCH_EXEC_PREFIX = 2;
const PKGCONF_PATCH_LIBDIR = 4;
const PKGCONF_PATCH_INCLUDEDIR = 8;
const PKGCONF_PATCH_ALL = 15;
const PKGCONF_PATCH_CUSTOM = 16;
const PKGCONF_PATCH_ALL = 31;
ConsoleLogger::$date_format = 'H:i:s';