Skip to content

Commit

Permalink
mysql-connector-c: remove unused fails_with :llvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and nijikon committed Dec 16, 2016
1 parent 861d46d commit 3271ce9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Formula/mysql-connector-c.rb
Expand Up @@ -17,11 +17,6 @@ class MysqlConnectorC < Formula
conflicts_with "mysql", "mariadb", "percona-server",
:because => "both install MySQL client libraries"

fails_with :llvm do
build 2334
cause "Unsupported inline asm"
end

def install
system "cmake", ".", *std_cmake_args
system "make", "install"
Expand Down

0 comments on commit 3271ce9

Please sign in to comment.