From 56c61b5cdef1aaecedd5d3b8512ca4f82171eaab Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Sep 2017 15:28:16 +0000 Subject: LIBPATHENV on Windows * configure.in, win32/Makefile.sub: set LIBPATHENV to PATH on Windows, for extra DLLs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 3a9e54460c..cf035eae6c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -917,6 +917,8 @@ s,@OUTFLAG@,$(OUTFLAG),;t t s,@COUTFLAG@,$(COUTFLAG),;t t s,@CSRCFLAG@,$(CSRCFLAG),;t t s,@CPPOUTFILE@,-P,;t t +s,@PRELOADENV@,,;t t +s,@LIBPATHENV@,PATH,;t t s,@LIBPATHFLAG@, -libpath:%s,;t t s,@RPATHFLAG@,,;t t s,@LIBARG@,%s.lib,;t t -- cgit v1.2.3