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 80bc1b3 commit f89a37cCopy full SHA for f89a37c
Formula/t/tile38.rb
@@ -22,6 +22,8 @@ def datadir
22
end
23
24
def install
25
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
26
+
27
ldflags = %W[
28
-s -w
29
-X github.com/tidwall/tile38/core.Version=#{version}
0 commit comments