aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/poco.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb
index 0c38386a7..5315d3429 100644
--- a/Library/Formula/poco.rb
+++ b/Library/Formula/poco.rb
@@ -26,8 +26,6 @@ class Poco < Formula
ENV.cxx11 if build.cxx11?
arch = Hardware.is_64_bit? ? 'Darwin64': 'Darwin32'
- arch << '-clang' if ENV.compiler == :clang
-
system "./configure", "--prefix=#{prefix}",
"--config=#{arch}",
"--omit=Data/MySQL,Data/ODBC",