We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0538c0 commit 83696e9Copy full SHA for 83696e9
src/SPC/builder/Extension.php
@@ -225,7 +225,6 @@ public function patchBeforeSharedMake(): bool
225
$lstdcpp = str_contains($sharedLibs, '-lstdc++') ? '-lstdc++' : '';
226
227
$makefileContent = file_get_contents($this->source_dir . '/Makefile');
228
-
229
if (preg_match('/^(.*_SHARED_LIBADD\s*=\s*)(.*)$/m', $makefileContent, $matches)) {
230
$prefix = $matches[1];
231
$currentLibs = trim($matches[2]);
0 commit comments