mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
this is not needed anymore
This commit is contained in:
@@ -364,12 +364,6 @@ class Extension
|
|||||||
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
|
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
|
||||||
];
|
];
|
||||||
|
|
||||||
FileSystem::replaceFileRegex(
|
|
||||||
$this->source_dir . '/config.m4',
|
|
||||||
'/=(.\$PKG_CONFIG\s+(?:[^\s]+\s+)*?)--libs.*/',
|
|
||||||
'"' . $staticLibString . '"'
|
|
||||||
);
|
|
||||||
|
|
||||||
// prepare configure args
|
// prepare configure args
|
||||||
shell()->cd($this->source_dir)
|
shell()->cd($this->source_dir)
|
||||||
->setEnv($env)
|
->setEnv($env)
|
||||||
|
|||||||
Reference in New Issue
Block a user