From 4d9c3a8c2362b7d5973057435258e447ce733741 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 18 May 2019 01:17:47 +0900 Subject: [PATCH] Update include files on msys2 too --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d0ab119377..1e29c99e29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -104,7 +104,8 @@ for: - 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%