Skip to content

Commit 83696e9

Browse files
committed
remove whitespace
1 parent b0538c0 commit 83696e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SPC/builder/Extension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ public function patchBeforeSharedMake(): bool
225225
$lstdcpp = str_contains($sharedLibs, '-lstdc++') ? '-lstdc++' : '';
226226

227227
$makefileContent = file_get_contents($this->source_dir . '/Makefile');
228-
229228
if (preg_match('/^(.*_SHARED_LIBADD\s*=\s*)(.*)$/m', $makefileContent, $matches)) {
230229
$prefix = $matches[1];
231230
$currentLibs = trim($matches[2]);

0 commit comments

Comments
 (0)