From c91d670bb38042f261f00f87f9b6d8ad20f9ec00 Mon Sep 17 00:00:00 2001 From: podhmo Date: Thu, 1 Jun 2017 22:15:04 +0900 Subject: [PATCH] macports support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21bdced1..4e69f706 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def majorminor(version): # Locate the re2 module -_re2_prefixes = ['/usr', '/usr/local', '/opt/', os.environ['HOME'] + '/.local'] +_re2_prefixes = ['/usr', '/usr/local', '/opt/', '/opt/local', os.environ['HOME'] + '/.local'] re2_prefix = '' for a in _re2_prefixes: