add configure flags for unix builder

This commit is contained in:
crazywhalecc
2023-09-23 14:08:35 +08:00
committed by Jerry Ma
parent 1437be3a9d
commit a4e173f16d
2 changed files with 29 additions and 0 deletions

View File

@@ -59,4 +59,11 @@ const PKGCONF_PATCH_INCLUDEDIR = 8;
const PKGCONF_PATCH_CUSTOM = 16;
const PKGCONF_PATCH_ALL = 31;
// autoconf flags
const AUTOCONF_LIBS = 1;
const AUTOCONF_CFLAGS = 2;
const AUTOCONF_CPPFLAGS = 4;
const AUTOCONF_LDFLAGS = 8;
const AUTOCONF_ALL = 15;
ConsoleLogger::$date_format = 'H:i:s';