-
-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use same i18n include/link logic for all platforms
OpenBSD ld doesn't include /usr/local/lib for some reason, so using find_library is the suggested way of dealing with this. Given that MacOS already has this and most platforms simply add -lintl assuming it will be in default library path, all that can be simplified by using find_library explicitly for every platform. This should fix the ld issue for *BSD ones. It's not only the case for OpenBSD but for some other as well. See: conan-io/conan#11688 Signed-off-by: Tin Švagelj <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 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