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 ef4b299 commit a335d05Copy full SHA for a335d05
1 file changed
src/SPC/builder/unix/library/unixodbc.php
@@ -37,7 +37,8 @@ protected function build(): void
37
FileSystem::replaceFileStr(
38
BUILD_LIB_PATH . "/pkgconfig/{$file}",
39
'$(top_build_prefix)libltdl/libltdlc.la',
40
- '');
+ ''
41
+ );
42
}
43
$this->patchLaDependencyPrefix();
44
0 commit comments