[CI] ld flags ? 忽略吧!

This commit is contained in:
2026-01-03 21:30:23 +08:00
parent dd356caa2e
commit 8e3eef6d3d

View File

@@ -10,8 +10,8 @@ target("Fig")
if is_plat("linux") then
-- Linux: clang + libc++
set_toolchains("clang")
add_cxxflags("-stdlib=libc++", {force = true})
add_ldflags("-stdlib=libc++", {force = true})
add_cxxflags("-stdlib=libc++")
add_ldflags("-stdlib=libc++")
elseif is_plat("mingw") then
-- 1. CI cross (Linux -> Windows)
-- 2. local dev (Windows + llvm-mingw)