Skip to content

Commit

Permalink
Actually just assumes that the current libffi bundled in source is up…
Browse files Browse the repository at this point in the history
… to date, and don't do extract-extlibs
  • Loading branch information
jmarrec committed Jan 24, 2024
1 parent 823713f commit c1a02db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/ruby/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import glob
import os
import shutil

required_conan_version = ">=1.53"

Expand Down Expand Up @@ -211,8 +210,6 @@ def build(self):
autotools.configure(build_script_folder=build_script_folder)
if is_msvc(self):
self.run("nmake incs")
if shutil.which("ruby"):
self.run("nmake extract-extlibs")
self.run("nmake")
else:
autotools.make()
Expand Down

0 comments on commit c1a02db

Please sign in to comment.