From 9439f7555bfb4bebf75dd7d7e4e14caf0ba4a129 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 4 Nov 2009 15:50:12 +0000 Subject: Make Neon keg-only Also make it build a dylib, not a static library. This is because the default linker behaviour is to run through the search path twice. First time looking for dylibs and second time for .a files. So duplicate formula must build a dylib. The other option is the -search_paths_first link flag. I don't like this though as every flag we bung in there adds more possible compile issues to projects that depend on such flags being off. --- Library/Formula/neon.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 2b7686492..2dfd0ee91 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -5,10 +5,16 @@ class Neon