-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix/improve i18n related thing #61
base: master
Are you sure you want to change the base?
Conversation
This contains a fix of the build fail with enabling NLS support on BSD-based system. Fixes dov#59
Hello, I've tested patch and I've got (FreeBSD):
Any clues? Thanks |
Which C++ did you use? If they support C++17, std::variant class should be available. |
Sorry! I forgot to add c++17 std. Thanks |
Oops, I forgot to make nls support optional in meson build. |
I will do further tests to see if port needs an NLS knob to turn it on/off by adding an option. |
This contains a fix of the build fail with enabling NLS support on BSD-based system.
Fixes #59