-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --enable-static option to link icu4c libraries statically
Homebrew in macOS updates the `icu4c` library quite often, which often breaks this gem because the dyanmically-loaded library no longer exists. To avoid this hassle, this gem can be compiled with `--enable-static` so that the resulting `charlock_holmes.bundle` will have all the required libraries statically linked.
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 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