ruby-changes:55749
From: Nobuyoshi <ko1@a...>
Date: Sat, 18 May 2019 09:40:36 +0900 (JST)
Subject: [ruby-changes:55749] Nobuyoshi Nakada: 4d9c3a8c23 (trunk): Update include files on msys2 too
https://git.ruby-lang.org/ruby.git/commit/?id=4d9c3a8c23 From 4d9c3a8c2362b7d5973057435258e447ce733741 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 18 May 2019 01:17:47 +0900 Subject: Update include files on msys2 too diff --git a/appveyor.yml b/appveyor.yml index d0ab119..1e29c99 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -104,7 +104,8 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L104 - sh -c "autoreconf -fi" - cd ..\build - sh ../ruby/configure --disable-install-doc --prefix=/. --build=%MINGW_CHOST% --host=%MINGW_CHOST% --target=%MINGW_CHOST% - - mingw32-make -j%JOBS% up UNICODE_FILES=. + - mingw32-make %mflags% touch-unicode-files + - mingw32-make -j%JOBS% up incs UNICODE_FILES=. - mingw32-make -j%JOBS% - mingw32-make DESTDIR=../install install-nodoc - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST% -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/