diff options
| author | Adam Vandenberg | 2012-02-21 21:12:27 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-02-24 21:35:51 -0800 | 
| commit | 531a5765099c95f56c0455e0a4686b8952569105 (patch) | |
| tree | 4e2802cb1e71f7af44e7e266fac678fb1a90b008 /Library/Formula/mysql-connector-c.rb | |
| parent | 55f3c49a9e27d88fbfecc48d982bf0f31414f9a5 (diff) | |
| download | homebrew-531a5765099c95f56c0455e0a4686b8952569105.tar.bz2 | |
Put source path last in cmake args
Diffstat (limited to 'Library/Formula/mysql-connector-c.rb')
| -rw-r--r-- | Library/Formula/mysql-connector-c.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index a85bf1362..0582c9b1b 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -10,7 +10,7 @@ class MysqlConnectorC < Formula    fails_with_llvm "Error: unsupported inline asm.", :build => 2334    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system 'make'      ENV.j1      system 'make install' | 
