生成vs工程如何控制生成的平台
#3394
-
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Feb 19, 2023
Replies: 1 comment
-
你的版本不是最新的,最新版本应该默认不生成 arm 了。。另外可以指定 arch xmake project -k vsxmake -a x64 -m release |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RI-ss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你的版本不是最新的,最新版本应该默认不生成 arm 了。。另外可以指定 arch
xmake project -k vsxmake -a x64 -m release