mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-08 10:11:51 +02:00
Add Ruby 2.3.0 dev definition
This commit is contained in:
parent
45b75ed95e
commit
130fadbbee
2 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
install_package "openssl-1.0.1j" "https://www.openssl.org/source/openssl-1.0.1j.tar.gz#1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3" mac_openssl --if has_broken_mac_openssl
|
||||
install_git "ruby-2.2.0-dev" "https://github.com/ruby/ruby.git" "trunk" ldflags_dirs autoconf standard verify_openssl
|
||||
install_git "ruby-2.2.0-dev" "https://github.com/ruby/ruby.git" "ruby_2_2" ldflags_dirs autoconf standard verify_openssl
|
||||
|
|
2
share/ruby-build/2.3.0-dev
Normal file
2
share/ruby-build/2.3.0-dev
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "openssl-1.0.1j" "https://www.openssl.org/source/openssl-1.0.1j.tar.gz#1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3" mac_openssl --if has_broken_mac_openssl
|
||||
install_git "ruby-2.3.0-dev" "https://github.com/ruby/ruby.git" "trunk" ldflags_dirs autoconf standard verify_openssl
|
Loading…
Reference in a new issue