Rename initBuildEnv to initializeEnv

This commit is contained in:
crazywhalecc
2025-06-09 11:12:34 +08:00
parent 123cc92756
commit 0558d67240
28 changed files with 28 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ trait libtiff
// We disabled lzma, zstd, webp, libdeflate by default to reduce the size of the binary
$extra_libs .= ' --disable-lzma --disable-zstd --disable-webp --disable-libdeflate';
$shell = shell()->cd($this->source_dir)->initLibBuildEnv($this)
$shell = shell()->cd($this->source_dir)->initializeEnv($this)
->exec(
'./configure ' .
'--enable-static --disable-shared ' .