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

* ext/tk: Tk is removed from stdlib. [Feature #8539]

https://github.com/ruby/tk is the new upstream.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-08-09 06:44:45 +00:00
parent f82df94f39
commit 303dc3c591
1060 changed files with 10 additions and 156757 deletions

View file

@ -28,7 +28,7 @@ install:
- copy zlib.h \usr\local\include
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- win32\configure.bat --without-ext=+,dbm,gdbm,readline,tk* --with-opt-dir=/usr/local
- win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local
- nmake -l up
- nmake -l
- nmake install-nodoc