This commit is contained in:
DubbleClick
2025-05-21 14:15:58 +07:00
parent 7698ceb108
commit 3f8d297fb1
6 changed files with 8 additions and 13 deletions

View File

@@ -336,7 +336,7 @@ class Extension
if ($this->patchBeforeSharedConfigure()) {
logger()->info('ext [ . ' . $this->getName() . '] patching before shared configure');
}
shell()->cd($this->source_dir)
->setEnv($env)
->execWithEnv('./configure ' . $this->getUnixConfigureArg(true) . ' --with-php-config=' . BUILD_BIN_PATH . '/php-config --with-pic')