Replies: 1 comment 2 replies
-
包描述是构建系统无关的,构建系统描述还是要写的 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我定义了一个本地的 package
我想用使用
import("package.tools.xmake").install(package)
来自动编译。只有一个 c 文件,项目提供的编译命令跨平台支持不到位。
但是结果的 lib 名是 source ,该名称是xmake 存放源码的目录名称。
应该使用 package name。
可以通过参数进行配置吗?
我还想问,install 接受的配置是不是
xmake f
命令接受的配置参数?Beta Was this translation helpful? Give feedback.
All reactions