ruki
ruki
那你可以提个 pr 过来,改进下这个包,把 dll move 过去
-vD 看 logs
please provide a minimal example project
try 1.2.3
这不是好好的么,自己确认下 project_name 是否正常解析到有效值 ```lua project_dir = os.scriptdir() project_name = project_dir:match(".+[/\\]([%w_]+)") print("project_name", project_name) target(project_name,function() set_kind("binary") add_files("src/*.cpp") end) ``` ```console ruki-2:test ruki$ xmake project_name test project_name test checking for platform ... macosx...
插件问题,你直接拉下插件源码调下,暂时没空看。
这个你自己调下插件源码,按理执行 `xmake create -l c test` 创建的肯定是 c 的。。
可以直接来 pr 过来,最近没空处理插件问题
you can open a pr to support it. add wayland/x11 configs and switch them in on_install. https://github.com/xmake-io/xmake-repo/blob/dde3ebbbc3f931d17af3b3f14bcb3786f188b659/packages/g/glfw/xmake.lua#L17 https://github.com/xmake-io/xmake-repo/blob/dde3ebbbc3f931d17af3b3f14bcb3786f188b659/packages/g/glfw/xmake.lua#L32