[CI] windows build 取消 toolchain设置

This commit is contained in:
2026-01-03 22:49:41 +08:00
parent 1679f50e54
commit b75830f6b1

View File

@@ -16,7 +16,7 @@ target("Fig")
-- 1. CI cross (Linux -> Windows) -- 1. CI cross (Linux -> Windows)
-- 2. local dev (Windows + llvm-mingw) -- 2. local dev (Windows + llvm-mingw)
add_ldflags("-Wl,--stack,268435456") add_ldflags("-Wl,--stack,268435456")
set_toolchains("clang") -- set_toolchains("clang")
-- static lib -- static lib
-- add_ldflags("-target x86_64-w64-mingw32", "-static") -- add_ldflags("-target x86_64-w64-mingw32", "-static")
-- add_cxxflags("-stdlib=libc++") -- add_cxxflags("-stdlib=libc++")