summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-18 01:17:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-18 09:40:03 +0900
commit4d9c3a8c2362b7d5973057435258e447ce733741 (patch)
tree2fc7ff22296596406797211214cf6c9d58d4193f
parent719ebbec303967aacbf5122219d67b34aae9351e (diff)
Update include files on msys2 too
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
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%