1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update include files on msys2 too

This commit is contained in:
Nobuyoshi Nakada 2019-05-18 01:17:47 +09:00
parent 719ebbec30
commit 4d9c3a8c23
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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%