mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.sub: skip timezone tests
* win32/Makefile.sub (TZ): empty to skip timezone tests which are not supported on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ae65eeb604
commit
111327c535
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ MKFILES = Makefile
|
|||
NULL = nul
|
||||
CHDIR = cd
|
||||
PATH_SEPARATOR = ;
|
||||
TZ = # skip timezone tests
|
||||
|
||||
!ifndef MFLAGS
|
||||
MFLAGS=-l
|
||||
|
|
Loading…
Reference in a new issue