-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix copying lua/* to luadir #3
Conversation
luarock install failed, but I don't know why. |
BTW, if rename build = {
type = "builtin",
modules = {
["luarocks.build.xmake"] = "src/xmake.lua"
},
copy_directories = {}
} to build = {
type = "builtin",
} |
And seperate |
Looks network failure? |
There are no any tag about example https://github.com/Freed-Wu/luarocks-build-xmake/blob/lua/rockspecs/example1-1.0-1.rockspec#L5 Whatever, the CI error is unrelated to this PR. I advise to open another issue to solve it. |
Any other problem? |
Sorry, I forgot it, I will try fix ci in these days. |
5cd2cba
to
d983935
Compare
912faf9
to
ab64ed5
Compare
6f4ec04
to
6ae9ef9
Compare
I have fixed it, but it need xmake dev version. |
Can you publish a version after merge this PR in luarocks? 1.3-3 are still before this PR. |
try 1.4? |
Fix #2