mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
fix libwebp pkgconfig patch, add custom patch argument
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user