From 98eae5d71ecf6986ff3080dd930036a6abd1ea1a Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Jan 2016 14:28:31 +0000 Subject: configure.bat: --with-libdir * win32/configure.bat: add --with-libdir option for basename of libdir. on Windows it must be placed under exec_prefix always. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'win32/configure.bat') diff --git a/win32/configure.bat b/win32/configure.bat index edf18b7411..a636da08ab 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -38,6 +38,7 @@ if "%1" == "--extout" goto :extout if "%1" == "--path" goto :path if "%1" == "--with-baseruby" goto :baseruby if "%1" == "--with-ntver" goto :ntver +if "%1" == "--with-libdir" goto :libdir if "%1" == "--without-ext" goto :witharg if "%1" == "--without-extensions" goto :witharg if "%opt:~0,10%" == "--without-" goto :withoutarg @@ -160,6 +161,12 @@ goto :loop shift shift goto :loop +:libdir + echo>> ~tmp~.mak "libdir_basename=%~2" \ + echo>>confargs.tmp %1=%2 \ + shift + shift +goto :loop :witharg echo>>confargs.tmp %1=%2\ set witharg=1 -- cgit v1.2.3