-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gettext Add gettext 0.21 and add 'threads' option #2969
Feature/gettext Add gettext 0.21 and add 'threads' option #2969
Conversation
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
gettext/library
Signed-off-by: Uilian Ries <[email protected]>
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
Failure in build 2 (
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: gettext/0.21
conan-center hook activated.
In addition to #1424, this adds a
threads
option to be passed to./configure --enable-threads=X
and sets it to some reasonable defaults based on the host OS. This can avoid dependencies to pthread wrappers on windows. It also updates to gettext 0.21 as at least for me, 0.20.1 doesn't cross-compile for windows.