summaryrefslogtreecommitdiff
blob: ce05e172e6bb829649afa7722e3c78887bf87fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 pymol/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pymol/setup.py b/pymol/setup.py
index c446d6c..b7b353b 100644
--- a/pymol/setup.py
+++ b/pymol/setup.py
@@ -51,6 +51,7 @@ def CCompiler_compile(self, sources, output_dir=None, macros=None,
 class options:
     osx_frameworks = False
     jobs = int(os.getenv('JOBS', 0))
+    no_libxml = False
 
 try:
     import argparse