sdl2: remove LLVM compiler check no-op.
Closes #8041. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
af467b70c8
commit
e04596aa9c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Sdl2 < Formula
|
|||
args = %W[--prefix=#{prefix}]
|
||||
|
||||
# LLVM-based compilers choke on the assembly code packaged with SDL.
|
||||
if ENV.compiler == :llvm || (ENV.compiler == :clang && DevelopmentTools.clang_build_version < 421)
|
||||
if ENV.compiler == :clang && DevelopmentTools.clang_build_version < 421
|
||||
args << "--disable-assembly"
|
||||
end
|
||||
args << "--without-x"
|
||||
|
|
Loading…
Reference in a new issue