Skip to content

Commit 9bc0e5a

Browse files
authored
Merge pull request #3 from podhmo/macports
macports support
2 parents 94aa3fe + c91d670 commit 9bc0e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def majorminor(version):
5656

5757

5858
# Locate the re2 module
59-
_re2_prefixes = ['/usr', '/usr/local', '/opt/', os.environ['HOME'] + '/.local']
59+
_re2_prefixes = ['/usr', '/usr/local', '/opt/', '/opt/local', os.environ['HOME'] + '/.local']
6060

6161
re2_prefix = ''
6262
for a in _re2_prefixes:

0 commit comments

Comments
 (0)