Skip to content
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

Lua package version matching on Alpine #25

Open
sodface opened this issue Sep 11, 2023 · 0 comments
Open

Lua package version matching on Alpine #25

sodface opened this issue Sep 11, 2023 · 0 comments

Comments

@sodface
Copy link

sodface commented Sep 11, 2023

Hi, I'm doing some local testing on Alpine using their packaging tools and ran into an issue with meson because of the way Alpine's lua packages are named.

As a quick workaround I changed:

dependency('lua', version: ['>= ' + lua_ver, '< ' + lua_ver_maj.to_string() + '.' + (lua_ver_min + 1).to_string()]),

to dependency('lua5.4', which is certainly not the right way to handle this but got me on my way.

See discussion here too:
mesonbuild/meson#4553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant