Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/win32/
H A Dconfigure.js59 var withPython = false; variable
140 txt += " python: Build Python bindings (" + (withPython? "yes" : "no") + ")\n";
232 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
491 withPython = strToBool(arg.substring(opt.length + 1, arg.length));
583 if (withPython == true) {
650 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";