File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Original file line number Diff line number Diff line change @@ -319,4 +319,4 @@ Framework with Visual Studio). In addition to Visual Studio `CMake
319
319
320
320
Since there is no canonical Windows package manager the build methods for
321
321
freetype, zlib, libpng, tcl, & tk source code are documented as a build script
322
- at `matplotlib-winbuild <https://github.com/jbmohler/matplotlib-winbuild>`.
322
+ at `matplotlib-winbuild <https://github.com/jbmohler/matplotlib-winbuild>`_ .
Original file line number Diff line number Diff line change @@ -1003,6 +1003,9 @@ class Png(SetupPackage):
1003
1003
name = "png"
1004
1004
1005
1005
def check (self ):
1006
+ if sys .platform == 'win32' :
1007
+ return "Unknown version"
1008
+
1006
1009
status , output = getstatusoutput ("libpng-config --version" )
1007
1010
if status == 0 :
1008
1011
version = output
You can’t perform that action at this time.
0 commit comments