You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
txproto/meson.build
Line 49 in 3f68be9
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
The text was updated successfully, but these errors were encountered: