mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
debugging updates
This commit is contained in:
parent
71ebbe492d
commit
991aeed975
|
@ -30,6 +30,7 @@ def run_script(params):
|
||||||
)
|
)
|
||||||
(trace, stderr) = proc.communicate()
|
(trace, stderr) = proc.communicate()
|
||||||
status = proc.returncode
|
status = proc.returncode
|
||||||
|
print (stderr)
|
||||||
print ("Done with %s: %s" % (version, status))
|
print ("Done with %s: %s" % (version, status))
|
||||||
return (version, status, trace, stderr)
|
return (version, status, trace, stderr)
|
||||||
except Exception as msg:
|
except Exception as msg:
|
||||||
|
|
|
@ -115,7 +115,7 @@ endlocal
|
||||||
|
|
||||||
rem build openjpeg
|
rem build openjpeg
|
||||||
setlocal
|
setlocal
|
||||||
cd /D %%OPENJPEG&&
|
cd /D %%OPENJPEG%%
|
||||||
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON .
|
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON .
|
||||||
nmake -f Makefile.vc clean
|
nmake -f Makefile.vc clean
|
||||||
nmake -f Makefile.vc
|
nmake -f Makefile.vc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user