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 9f35c95 commit 84fb354Copy full SHA for 84fb354
1 file changed
src/SPC/builder/Extension.php
@@ -364,12 +364,6 @@ public function buildUnixShared(): void
364
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
365
];
366
367
- FileSystem::replaceFileRegex(
368
- $this->source_dir . '/config.m4',
369
- '/=(.\$PKG_CONFIG\s+(?:[^\s]+\s+)*?)--libs.*/',
370
- '"' . $staticLibString . '"'
371
- );
372
-
373
// prepare configure args
374
shell()->cd($this->source_dir)
375
->setEnv($env)
0 commit comments