mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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()
|
||||
status = proc.returncode
|
||||
print (stderr)
|
||||
print ("Done with %s: %s" % (version, status))
|
||||
return (version, status, trace, stderr)
|
||||
except Exception as msg:
|
||||
|
|
|
@ -115,7 +115,7 @@ endlocal
|
|||
|
||||
rem build openjpeg
|
||||
setlocal
|
||||
cd /D %%OPENJPEG&&
|
||||
cd /D %%OPENJPEG%%
|
||||
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON .
|
||||
nmake -f Makefile.vc clean
|
||||
nmake -f Makefile.vc
|
||||
|
|
Loading…
Reference in New Issue
Block a user