-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To ensure we link against the correct versions of Abseil and RE2 instead of any in Ruby's exec_prefix, ensure we don't call `have_library` (which will add `lre2` to `LIBS`) when compiling the vendored dependencies. Also: rather than having to set '-x c++' to force try_compile to compile test programs as C++, use MakeMakefile's own native support for C++.
- Loading branch information
Showing
1 changed file
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters