Home
last modified time | relevance | path

Searched refs:withPython (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js64 var withPython = false; variable
150 txt += " python: Build Python bindings (" + (withPython? "yes" : "no") + ")\n";
261 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
532 withPython = strToBool(arg.substring(opt.length + 1, arg.length));
626 if (withPython == true) {
698 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";