Skip to content

Commit 882ae07

Browse files
el7cosmoscrazywhalecc
authored andcommitted
libxml2 arg typo
1 parent 4bc30b0 commit 882ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/libxml2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function build(): void
3030
);
3131

3232
if ($this instanceof LinuxLibraryBase) {
33-
$cmake->addConfigureArgs('-DIconv_IS_BUILD_IN=OFF');
33+
$cmake->addConfigureArgs('-DIconv_IS_BUILT_IN=OFF');
3434
}
3535

3636
$cmake->build();

0 commit comments

Comments
 (0)