Skip to content

Commit

Permalink
mysql: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Feb 26, 2017
1 parent f62d353 commit e72c2bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Formula/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ def install
# Compile with BLACKHOLE engine enabled if chosen
args << "-DWITH_BLACKHOLE_STORAGE_ENGINE=1" if build.with? "blackhole-storage-engine"

# Make universal for binding to universal applications
if build.universal?
ENV.universal_binary
args << "-DCMAKE_OSX_ARCHITECTURES=#{Hardware::CPU.universal_archs.as_cmake_arch_flags}"
end

# Build with local infile loading support
args << "-DENABLED_LOCAL_INFILE=1" if build.with? "local-infile"

Expand Down

0 comments on commit e72c2bd

Please sign in to comment.