Update Formula/crosslang.rb

This commit is contained in:
2026-04-30 22:52:05 +00:00
parent 55b42b83f4
commit 478df3521f

View File

@@ -5,7 +5,7 @@ class Crosslang < Formula
sha256 "170b7c4cee235de4aa858be345f4fea07ae455efab18e585cd9625944b237e64"
license "GPLv3"
depends_on "cmake" => :build
depends_on "tessesframework"
depends_on "tesses50/tesses-tap/tessesframework"
def install
system "cmake", "-S", ".", "-B", "build", "-DCROSSLANG_FETCHCONTENT=OFF", *std_cmake_args
system "cmake", "--build", "build"