通过tryconfigs给ndk-build传递参数 #3012
Unanswered
caxiejiang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
目前仅对 autoconf/cmake 支持传参。。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
目前我通过xmake f -p android trybuild=ndkbuild命令可以使用xmake编译Android.mk脚本,同时我还想向Android.mk脚本里面传递参数。我看到文档中提供了tryconfigs可以向构建系统中传命令,但是看起来tryconfigs并没有起作用,我使用的命令如下:
xmake f -p android --ndk=%NDK_ROOT% --trybuild=ndkbuild --tryconfigs="--MODULENAME=xxxx"
Beta Was this translation helpful? Give feedback.
All reactions