Skip to content

Commit c7ca7b6

Browse files
committed
fix: explicitly turn off libxml2 in wasm builds
1 parent b8ded44 commit c7ca7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def _compile_in(
277277
return False
278278
args.insert(0, emcmake)
279279
args.append("-DIGRAPH_WARNINGS_AS_ERRORS:BOOL=OFF")
280+
args.append("-DIGRAPH_GRAPHML_SUPPORT:BOOL=OFF")
280281

281282
# Build the Python interface with vendored libraries
282283
for deps in "ARPACK BLAS GLPK GMP LAPACK".split():

0 commit comments

Comments
 (0)