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:
parent
719ebbec30
commit
4d9c3a8c23
1 changed files with 2 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue