<div dir="ltr"><div>Python now builds with clang 3.6.1 on Windows. The trick was to patch the visual studio project files so that only the 64-bit configuration refers to clang. I ended up writing a Python script to do the patching:</div><div><br></div><div><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_russellw_pyxi_blob_master_patch-2Dvcxproj.py&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=8-Kh1tv-_-0b4pE-SWs43s1hf-Wqs1WORMWMIKeiaB4&s=AgCGj-8wW2X3iy4psFoOhG_s7zXWAKJ6IALLWgyS8FU&e=">https://github.com/russellw/pyxi/blob/master/patch-vcxproj.py</a><br></div></div>