aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py3/patches/02-fix-ya.make.patch
blob: 5c8bb80f972ad31552f63abae7d551f55c122a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- contrib/python/matplotlib/py3/ya.make	(index)
+++ contrib/python/matplotlib/py3/ya.make	(working tree)
@@ -49,6 +49,13 @@ CFLAGS(
     -DMPL_DEVNULL=/dev/null
 )
 
+IF (OS_WINDOWS)
+    LDFLAGS(
+        Comctl32.lib
+        Psapi.lib
+    )
+ENDIF()
+
 SRCS(
     src/_backend_agg.cpp
     src/_backend_agg_wrapper.cpp