zeromq: universal build needs std env
Fixes Homebrew/homebrew#15182. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d78b0d8a41
commit
1339b5c8e0
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ class Zeromq < Formula
|
|||
depends_on :libtool
|
||||
end
|
||||
|
||||
# Remove along with build_fat hack at 3.2.0
|
||||
env :std if build.universal?
|
||||
|
||||
fails_with :llvm do
|
||||
build 2326
|
||||
cause "Segfault while linking"
|
||||
|
|
Loading…
Reference in a new issue