Replies: 2 comments 1 reply
-
xmake f -p mingw |
Beta Was this translation helpful? Give feedback.
1 reply
-
确实,貌似是Windows平台上的问题 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Xmake 版本
2.7.1
操作系统版本和架构
Windows 10
描述问题
{
__toolchains_mingw_x86_64 = {
"envs",
"mingw",
"yasm",
"nasm",
"fasm",
"go"
},
arch = "x86_64",
buildir = "build",
ccache = true,
host = "windows",
kind = "static",
mingw = "C:/Users/user/scoop/apps/gcc-llvm-ucrt/current",
mode = "release",
ndk_stdcxx = true,
network = "public",
plat = "mingw",
proxy = "http://127.0.0.1:8889",
proxy_pac = "pac.lua",
sdk = "C:/Users/user/scoop/apps/gcc-llvm-ucrt/current",
theme = "default"
}
checking for mingw directory ... C:/Users/user/scoop/apps/gcc-llvm-ucrt/current
checking for Microsoft Visual Studio (x86_64) version ... no
期待的结果
使用mingw工具链时不检查Microsoft Visual Studio
工程配置
add_rules("mode.debug", "mode.release")
add_requires("fmt","vcpkg::fftw3")
target("main")
set_kind("binary")
add_files("src/*.cpp")
add_packages("fmt","vcpkg::fftw3")
附加信息和错误日志
No response
Beta Was this translation helpful? Give feedback.
All reactions