axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

Don't fail when an re2 prefix isn't found. #15

Open anuraaga opened 11 years ago

anuraaga commented 11 years ago

Modified setup.py to not fail hard when an re2 prefix isn't found - there's a good chance the build environment is set up ok anyways (my macports/virtualenv are) that it's probably worth trying and letting the actual compile fail if re2 really couldn't be found.