Skip to content

Commit

Permalink
Update metacall.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 1, 2024
1 parent 2554841 commit 4625b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Metacall < Formula
depends_on "node@14"
depends_on "openjdk"
depends_on "python@3.12"
uses_from_macos "ruby"
depends_on "ruby"

def python
deps.map(&:to_formula)
Expand Down Expand Up @@ -50,7 +50,7 @@ def install
-DOPTION_BUILD_LOADERS_C=OFF
-DOPTION_BUILD_LOADERS_COB=OFF
-DOPTION_BUILD_LOADERS_CS=OFF
-DOPTION_BUILD_LOADERS_RB=OFF
-DOPTION_BUILD_LOADERS_RB=ON
-DOPTION_BUILD_LOADERS_TS=ON
-DOPTION_BUILD_LOADERS_FILE=ON
-DOPTION_BUILD_PORTS=ON
Expand Down

0 comments on commit 4625b06

Please sign in to comment.