mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: fixup configure_args for mswin32 configure.
* win32/configure.bat (srcdir, target): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
64a1809ce2
commit
fa31502b80
2 changed files with 8 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ if "%1" == "--help" goto :help
|
|||
goto :loop
|
||||
:srcdir
|
||||
echo>> ~tmp~.mak "srcdir=%2" \
|
||||
echo>>confargs.tmp %1=%2 \
|
||||
echo>>confargs.tmp --srcdir=%2 \
|
||||
shift
|
||||
shift
|
||||
goto :loop
|
||||
|
|
@ -61,7 +61,7 @@ goto :loop
|
|||
goto :loop
|
||||
:target
|
||||
echo>> ~tmp~.mak "%2" \
|
||||
echo>>confargs.tmp %1=%2 \
|
||||
echo>>confargs.tmp --target=%2 \
|
||||
shift
|
||||
shift
|
||||
goto :loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue