Skip to content

Commit

Permalink
gerbil-scheme: fix build on Linux (#100103)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun authored Apr 27, 2022
1 parent 041ce90 commit 6d59f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/gerbil-scheme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class GerbilScheme < Formula
depends_on "lmdb"
depends_on "[email protected]"

uses_from_macos "libxml2"
uses_from_macos "sqlite"

def install
cd "src" do
ENV.append_path "PATH", "#{Formula["gambit-scheme"].opt_prefix}/current/bin"
Expand Down

0 comments on commit 6d59f26

Please sign in to comment.