Skip to content

Commit a56f0e6

Browse files
committed
added explicit compiler flag to win32 build notes
svn path=/trunk/matplotlib/; revision=4859
1 parent d3269c4 commit a56f0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
http://matplotlib.sourceforge.net/win32_static_vs.tar.gz and
3838
see the README in that dir
3939
40-
> python setup.py build bdist_wininst
40+
> python setup.py build --compiler=msvc bdist_wininst
4141
4242
"""
4343

0 commit comments

Comments
 (0)