forked from PuqiAR/Fig-TreeWalker
[CI] ld flags ? 忽略吧!
This commit is contained in:
@@ -10,8 +10,8 @@ target("Fig")
|
|||||||
if is_plat("linux") then
|
if is_plat("linux") then
|
||||||
-- Linux: clang + libc++
|
-- Linux: clang + libc++
|
||||||
set_toolchains("clang")
|
set_toolchains("clang")
|
||||||
add_cxxflags("-stdlib=libc++", {force = true})
|
add_cxxflags("-stdlib=libc++")
|
||||||
add_ldflags("-stdlib=libc++", {force = true})
|
add_ldflags("-stdlib=libc++")
|
||||||
elseif is_plat("mingw") then
|
elseif is_plat("mingw") then
|
||||||
-- 1. CI cross (Linux -> Windows)
|
-- 1. CI cross (Linux -> Windows)
|
||||||
-- 2. local dev (Windows + llvm-mingw)
|
-- 2. local dev (Windows + llvm-mingw)
|
||||||
|
|||||||
Reference in New Issue
Block a user