We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b137d18 commit 5cf059aCopy full SHA for 5cf059a
Formula/o/osrm-backend.rb
@@ -35,6 +35,10 @@ class OsrmBackend < Formula
35
uses_from_macos "expat"
36
uses_from_macos "zlib"
37
38
+ on_linux do
39
+ depends_on "llvm" => :build
40
+ end
41
+
42
conflicts_with "flatbuffers", because: "both install flatbuffers headers"
43
conflicts_with "mapnik", because: "both install Mapbox Variant headers"
44
0 commit comments