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%