mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
need to detect the right compiler
This commit is contained in:
parent
69f49a1b91
commit
8f3540b9f9
|
@ -251,7 +251,7 @@ if True:
|
||||||
|
|
||||||
script.append(msbuild_freetype(compiler))
|
script.append(msbuild_freetype(compiler))
|
||||||
script.append(build_lcms2(compiler))
|
script.append(build_lcms2(compiler))
|
||||||
script.append(nmake_openjpeg(compiler))
|
#script.append(nmake_openjpeg(compiler))
|
||||||
script.append(end_compiler())
|
script.append(end_compiler())
|
||||||
|
|
||||||
with open('build_deps.cmd', 'w') as f:
|
with open('build_deps.cmd', 'w') as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user