diff options
| author | Adam Vandenberg | 2012-11-10 10:35:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-10 10:35:27 -0800 |
| commit | 6989e6f44bdcffc2e2e69f8dd150629263ce0d96 (patch) | |
| tree | aaeab4bfe9a4c2014a9a481e358becf0af7df0e7 /Library/Formula | |
| parent | 5670d5bae1c61456a23b89a019a05f3f2ac865eb (diff) | |
| download | homebrew-6989e6f44bdcffc2e2e69f8dd150629263ce0d96.tar.bz2 | |
QEMU: update fails-with
Closes #15930.
Diffstat (limited to 'Library/Formula')
| -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 c97742bc9..ac2e15119 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -10,7 +10,7 @@ class Qemu < Formula depends_on 'glib' fails_with :clang do - build 318 + build 421 cause 'Compile error: global register variables are not supported' end |
