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