mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
refactor to pkg-config and add some add-on libs for gd
This commit is contained in:
@@ -50,4 +50,11 @@ const FIX_POLICY_DIE = 1; // die directly
|
||||
const FIX_POLICY_PROMPT = 2; // if it can be fixed, ask fix or not
|
||||
const FIX_POLICY_AUTOFIX = 3; // if it can be fixed, just fix automatically
|
||||
|
||||
// pkgconf patch policy
|
||||
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;
|
||||
|
||||
ConsoleLogger::$date_format = 'H:i:s';
|
||||
|
||||
Reference in New Issue
Block a user