mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
remove whitespace
This commit is contained in:
@@ -225,7 +225,6 @@ class Extension
|
|||||||
$lstdcpp = str_contains($sharedLibs, '-lstdc++') ? '-lstdc++' : '';
|
$lstdcpp = str_contains($sharedLibs, '-lstdc++') ? '-lstdc++' : '';
|
||||||
|
|
||||||
$makefileContent = file_get_contents($this->source_dir . '/Makefile');
|
$makefileContent = file_get_contents($this->source_dir . '/Makefile');
|
||||||
|
|
||||||
if (preg_match('/^(.*_SHARED_LIBADD\s*=\s*)(.*)$/m', $makefileContent, $matches)) {
|
if (preg_match('/^(.*_SHARED_LIBADD\s*=\s*)(.*)$/m', $makefileContent, $matches)) {
|
||||||
$prefix = $matches[1];
|
$prefix = $matches[1];
|
||||||
$currentLibs = trim($matches[2]);
|
$currentLibs = trim($matches[2]);
|
||||||
|
|||||||
Reference in New Issue
Block a user