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 3ca04be commit 6d8a3d5Copy full SHA for 6d8a3d5
Formula/s/smpeg.rb
@@ -50,6 +50,8 @@ def install
50
--disable-opengl-player
51
--disable-sdltest
52
]
53
+ # Help old config scripts identify arm64 linux
54
+ args << "--build=aarch64-unknown-linux-gnu" if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
55
56
system "./autogen.sh"
57
system "./configure", *args, *std_configure_args
0 commit comments