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 4bc30b0 commit 882ae07Copy full SHA for 882ae07
src/SPC/builder/unix/library/libxml2.php
@@ -30,7 +30,7 @@ public function build(): void
30
);
31
32
if ($this instanceof LinuxLibraryBase) {
33
- $cmake->addConfigureArgs('-DIconv_IS_BUILD_IN=OFF');
+ $cmake->addConfigureArgs('-DIconv_IS_BUILT_IN=OFF');
34
}
35
36
$cmake->build();
0 commit comments