Replies: 2 comments 5 replies
-
local lm = require "luamake"
lm.AntDir = lm:path "3rd/ant"
lm:import(lm.AntDir .. "/make.lua")
lm:default {
"bgfx-lib",
} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
constly
-
我这样改了我的启动指令:
有两个问题:
不知道是不是因为我的启动指令不对导致的。总之我把上面两个问题改了后确实跑起来了!接下来我试试写一个c++的pkg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题,虽然年后公开的项目里面肯定会有c++的pkg,但觉得太久了..
我不太明白怎么做才算是比较合理的工作流,我是:
如果是第1种,我的make应该怎么写呢
Beta Was this translation helpful? Give feedback.
All reactions