Skip to content

Commit

Permalink
Turn off ssl for now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed Oct 17, 2021
1 parent c7e49e3 commit 8468733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MkxpConan(ConanFile):
"cygwin_installer:packages=xxd",
# Avoid dead url bitrot in cygwin_installer
"cygwin_installer:with_pear=False",
"ruby:with_openssl=True",
#"ruby:with_openssl=True",
)

#def build_requirements(self):
Expand Down Expand Up @@ -141,6 +141,6 @@ def do_copy_deps(self, copy):
# but this makes distributing mods easier, and also makes sure windows and linux are mostly the same
copy("*",
dst="bin/lib/ruby/",
src="lib/ruby/2.5.0/",
src="lib/ruby/3.0.0/",
root_package="ruby",
keep_path=True)

0 comments on commit 8468733

Please sign in to comment.