-
Notifications
You must be signed in to change notification settings - Fork 9
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
remove Python dependency #5
base: master
Are you sure you want to change the base?
Conversation
I found that
But
Dump of file libintl-8.dll
|
Gettext_jll ships libintl as well as libgettext, but it currently only exports a variable for the path of the latter. I'm confused about what (Would be good to get CI fixed in this package to use github actions, so that Windows is tested.) |
Hmm, it looks like I think that in Julia we probably never want to use the system |
Closes #1: calls the
libgettext
library (provided byGettext_jll
) directly rather than via Python.