diff options
| author | Nibbles 2bits | 2012-03-11 16:58:38 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-03-11 19:31:12 -0500 |
| commit | 81f8a7746a773ea9705e4504f203910a4cb97efe (patch) | |
| tree | 64e92323f4e9493399b3a0b8ada80c4277fbed55 /Library | |
| parent | 1e44c47e0b8ef94e406b0b87ec032a323faee68c (diff) | |
| download | homebrew-81f8a7746a773ea9705e4504f203910a4cb97efe.tar.bz2 | |
aften: build shared library
Add -DSHARED=ON so aften builds libaften.dylib. Tested on Lion with
XCode-4.3.1 using clang and llvm.
Closes #10870.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aften.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aften.rb b/Library/Formula/aften.rb index f7faed098..faa65aa4b 100644 --- a/Library/Formula/aften.rb +++ b/Library/Formula/aften.rb @@ -9,7 +9,7 @@ class Aften < Formula def install mkdir 'default' do - system "cmake #{std_cmake_parameters} .." + system "cmake #{std_cmake_parameters} -DSHARED=ON .." system "make install" end end |
