luarocks_dir compatibility with luarocks 3.x#1003
Conversation
Only if it affects these lines: |
it does not look like affects them. |
|
Alright, thanks! |
|
Dunno if it's just me, but now, each time I rebuild (even when no change, just to install plugins), I get a (quick - but I don't remember seeing it before): So, dunno if it's missing some other checks so CMake can notice it's not needed. |
|
@poire-z No, some part of the Makefile must not have been updated correctly in this PR. In my earlier message I only referred to possible hidden effects, not to regular Makefile behavior. |
|
Right, so the problem is that the path as currently written is only for luarocks 3 — not what I thought "compatibility with" meant. ;-) |
luarocks 3.x supports one luarocks install with multiple lua versions.
archlinux already uses 3.x, debian and friends still use 2.x
this will change the directory structure in the release (not sure if that is important)
as documented in:
https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md