Code style fix and comment addition

This commit is contained in:
crazywhalecc
2024-07-07 21:18:30 +08:00
committed by Jerry Ma
parent 3c0eb68c70
commit c6a22fbd14
4 changed files with 3 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ class BuildCliCommand extends BuildCommand
$builder->proveExts($extensions);
// validate libs and exts
$builder->validateLibsAndExts();
// build libraries
// build or install libraries
$builder->setupLibs();
if ($this->input->getOption('with-clean')) {