Skip to content

Commit 84fb354

Browse files
committed
this is not needed anymore
1 parent 9f35c95 commit 84fb354

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/SPC/builder/Extension.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,6 @@ public function buildUnixShared(): void
364364
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
365365
];
366366

367-
FileSystem::replaceFileRegex(
368-
$this->source_dir . '/config.m4',
369-
'/=(.\$PKG_CONFIG\s+(?:[^\s]+\s+)*?)--libs.*/',
370-
'"' . $staticLibString . '"'
371-
);
372-
373367
// prepare configure args
374368
shell()->cd($this->source_dir)
375369
->setEnv($env)

0 commit comments

Comments
 (0)