Skip to content

Commit

Permalink
Dont need iconv
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 19, 2023
1 parent a4eaef8 commit 90736d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def cmake_build(
def libxml2():
cmake_build(
LIBXML2_WITH_ICU='ON', LIBXML2_WITH_PYTHON='OFF', LIBXML2_WITH_TESTS='OFF',
LIBXML2_WITH_LZMA='OFF', LIBXML2_WITH_THREADS='OFF',
LIBXML2_WITH_LZMA='OFF', LIBXML2_WITH_THREADS='OFF', LIBXML2_WITH_ICONV='OFF',
)


Expand Down

0 comments on commit 90736d6

Please sign in to comment.