ruki

Results 1751 comments of ruki

这种包问题,你自己直接提个 pr 过来到 xmake-repo 改进下包就行了。

既然 ndk 有 system ,跟它的 system 冲突了,你 patch 下 luaconf.h 把里面的 system 去了不就好了么。。`#if defined(LUA_LIB)` -> `#if 0` 一行代码的事情,仅对 android 修改,又不影响什么。 ```c #if defined(LUA_LIB) /* disable system calls as it's not...

Although I can support it with a wrapper script, I don't currently have the time to support the zig cc toolchain for all packages, which requires a lot of work....

you can add it in your custom toolchain first. like this https://github.com/xmake-io/xmake/blob/4786482d75731a2819136cac270a04630549cfbe/xmake/toolchains/xcode/xmake.lua#L62

提 pr 过来 让包支持 android

这个包年久失修了,当前版本对应上游tar包被删了,如果要切到最新分支和tag,很多地方要改,否则编译不过。。暂时没空弄,可以直接来个pr过来

不考虑,所有都是自动获取,默认 target 可以自己 xmake.lua 里面 `set_default(true)` 设置

Can you print buildenvs and provide full logs? ```lua local buildenvs = import("package.tools.autoconf").buildenvs(package) print(buildenvs) ```

> > Can you print buildenvs and provide full logs? > > ```lua > > local buildenvs = import("package.tools.autoconf").buildenvs(package) > > print(buildenvs) > > ``` > > will do, is...

I forgot too, you can search it on Google