Skip to content

Commit

Permalink
initial Ruby updates
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Oct 27, 2018
1 parent ddf98ea commit 78d9fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ test_fails.txt
/build-profile/
/core-build/
/super-build/
/super-build-shared/
/super-build-static/

*.sublime-workspace

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ if( BUILD_RUBY )
# Please install DevKit even though the build will be done by msvc the ruby build system uses some traditionally unix tools
ExternalProject_Add(Ruby
DEPENDS ZLib
URL https://codeload.github.com/ruby/ruby/tar.gz/v2_2_4
URL_MD5 3f0d280116092dc5278b6cff31948aad
URL https://codeload.github.com/ruby/ruby/tar.gz/v2_5_1
URL_MD5 98b550a05fec0f7a43a22d6c37404fd4
BUILD_IN_SOURCE 1
PATCH_COMMAND ${PATCH_EXE} -p1 < ${CMAKE_SOURCE_DIR}/dependencies/ruby/Ruby.patch
PATCH_COMMAND "" #${PATCH_EXE} -p1 < ${CMAKE_SOURCE_DIR}/dependencies/ruby/Ruby.patch
CONFIGURE_COMMAND ""
BUILD_COMMAND cmd /C "${CMAKE_BINARY_DIR}/build_ruby.bat"
INSTALL_COMMAND ""
Expand Down

0 comments on commit 78d9fcd

Please sign in to comment.