aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 07:24:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 07:24:16 +0000
commit1edc56baffb1c557d9cf91e043c429b6eab191e6 (patch)
treea07b635b125df617f028487294deb3bf6b04376f /win32
parentd49eb8087d6c4bd5acbe4948f35b4fa2587529e1 (diff)
downloadruby-1edc56baffb1c557d9cf91e043c429b6eab191e6.tar.gz
Makefile.sub: link user32.lib
* win32/Makefile.sub: always link user32.lib which provides a lot of very common library functions. [Bug #14422] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index f8316cccb6..facb686af2 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -866,7 +866,7 @@ s,@CPPFLAGS@,$(CPPFLAGS),;t t
s,@CXXFLAGS@,$(CXXFLAGS),;t t
s,@FFLAGS@,$(FFLAGS),;t t
s,@LDFLAGS@,$(LDFLAGS),;t t
-s,@LIBS@,,;t t
+s,@LIBS@,user32,;t t
s,@MAINLIBS@,$(MAINLIBS),;t t
s,@exec_prefix@,$${prefix},;t t
s,@prefix@,$(prefix),;t t