mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Convert MJIT_CC to Windows path on msys too
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc14c408aa
commit
61eaa5e3f2
1 changed files with 2 additions and 2 deletions
|
@ -255,8 +255,8 @@ AC_SUBST(CSRCFLAG)
|
|||
: ${MJIT_CC=$CC}
|
||||
AS_IF([test "x$cross_compiling" = xno], [
|
||||
AC_PATH_PROG([MJIT_CC], ${MJIT_CC-$CC})
|
||||
AS_CASE([$build_os:$host_os],
|
||||
[*cygwin*:*mingw*], [MJIT_CC=`cygpath -ma $MJIT_CC`])
|
||||
AS_CASE([$target_os],
|
||||
[*mingw*], [command -v cygpath && MJIT_CC=`cygpath -ma $MJIT_CC`])
|
||||
shift 2
|
||||
MJIT_CC="$MJIT_CC${1+ }$*"
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue