need to detect the right compiler

This commit is contained in:
wiredfool 2015-06-10 15:19:21 -07:00
parent 69f49a1b91
commit 8f3540b9f9

View File

@ -251,7 +251,7 @@ if True:
script.append(msbuild_freetype(compiler))
script.append(build_lcms2(compiler))
script.append(nmake_openjpeg(compiler))
#script.append(nmake_openjpeg(compiler))
script.append(end_compiler())
with open('build_deps.cmd', 'w') as f: