this is not needed anymore

This commit is contained in:
DubbleClick 2025-06-11 22:46:22 +07:00
parent 9f35c954ac
commit 84fb354bc0

View File

@ -364,12 +364,6 @@ class Extension
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
];
FileSystem::replaceFileRegex(
$this->source_dir . '/config.m4',
'/=(.\$PKG_CONFIG\s+(?:[^\s]+\s+)*?)--libs.*/',
'"' . $staticLibString . '"'
);
// prepare configure args
shell()->cd($this->source_dir)
->setEnv($env)