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 b041e2d commit c487ff8Copy full SHA for c487ff8
Formula/f/ftgl.rb
@@ -53,6 +53,8 @@ def install
53
]
54
55
args << "--with-gl-inc=#{Formula["mesa-glu"].opt_include}" if OS.linux?
56
+ # Help old config scripts identify arm64 linux
57
+ args << "--build=aarch64-unknown-linux-gnu" if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
58
59
system "./configure", *args, *std_configure_args
60
0 commit comments