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

@@ -21,7 +21,7 @@ class libffi extends LinuxLibraryBase
$arch = getenv('SPC_ARCH');
shell()->cd($this->source_dir)
->initLibBuildEnv($this)
->initializeEnv($this)
->exec(
'./configure ' .
'--enable-static ' .