diff options
| author | Adam Vandenberg | 2011-05-01 09:31:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-01 11:09:56 -0700 |
| commit | 8ab9e00603325a511692acdc046f28559e194498 (patch) | |
| tree | 7a794a22ff25478d95ef3e6a13def2ae00922d37 /Library | |
| parent | 3a5d94b6b176b7bfb0f7538cbb378da1911e887a (diff) | |
| download | homebrew-8ab9e00603325a511692acdc046f28559e194498.tar.bz2 | |
MySQL: --universal builds 32/64-bit Intel
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 3257fda02..37d39a04b 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -49,7 +49,7 @@ class Mysql < Formula args << "-DWITH_EMBEDDED_SERVER=ON" if ARGV.include? '--with-embedded' # Make universal for binding to universal applications - args << "-DCMAKE_OSX_ARCHITECTURES='ppc;i386'" if ARGV.build_universal? + args << "-DCMAKE_OSX_ARCHITECTURES='i386;x86_64'" if ARGV.build_universal? # Build with local infile loading support args << "-DENABLED_LOCAL_INFILE=1" if ARGV.include? '--enable-local-infile' |
