xmake backend will not copy lua code to lua directory ~/.local/share/lua
#2
Labels
bug
Something isn't working
~/.local/share/lua
#2
Xmake Version
2.9.4
Operating System Version and Architecture
NixOS
Describe Bug
For other backend, they will copy
lua/*
to luarocks's lua path such as~/.local/share/lua
.However, xmake only copy
output/lib/*.so
to luarocks's lib path such as~/.local/lib/lua
.Expected Behavior
Like cmake backend. Such as:
However, xmake will:
Miss lua directory.
Project Configuration
Refer https://github.com/Freed-Wu/rime.nvim
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: