From 9390a1694a73edfbbbb0801c94e4fdec2507c743 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 15 Oct 2012 23:15:18 -0700 Subject: [PATCH] Add /opt/local to potential re2 library locations (appeases macports users) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b4848267..8d676b79 100755 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ def normalize(v): '/usr', '/usr/local', '/opt/', + '/opt/local', ] for re2_prefix in _re2_prefixes: