This commit is contained in:
crazywhalecc
2024-01-07 03:08:17 +08:00
committed by Jerry Ma
parent ceed1005cc
commit 0b322f494b
2 changed files with 4 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ class BuildCliCommand extends BuildCommand
SourcePatcher::patchHardcodedINI($custom_ini);
}
shell(true)->cd(BUILD_LIB_PATH)->exec('cat pkgconfig/ldap.pc');
logger()->info('TEST BREAKPOINT');
// start to build
$builder->buildPHP($rule);