diff options
| -rw-r--r-- | Library/Formula/qemu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 2a543a58d..5a7105d28 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -8,7 +8,7 @@ class Qemu < Formula depends_on 'jpeg' depends_on 'gnutls' - fails_with_llvm "Segmentation faults occur at run-time with LLVM" + fails_with_llvm "Segmentation faults occur at run-time with LLVM using qemu-system-arm." def install system "./configure", "--prefix=#{prefix}", |
