[*] resolve libc++abi link under linux

This commit is contained in:
Reece Wilson 2022-04-05 20:54:09 +01:00
parent e3dd284508
commit 098027a3c4
2 changed files with 12 additions and 2 deletions

View File

@ -54,9 +54,19 @@ local function auStartSolution(sln)
end) end)
if (Aurora.Settings.bForceLLVMStl) then if (Aurora.Settings.bForceLLVMStl) then
filter {"files:**.cpp or files:**.cc or files:**.cxx", "toolset:clang"} auFilter {"files:**.cpp or files:**.cc or files:**.cxx", "toolset:clang"}
buildoptions {"-stdlib=libc++"} buildoptions {"-stdlib=libc++"}
filter {} auFilter{}
auFilter { "toolset:clang"}
linkoptions {"-nodefaultlibs"}
links {"c++",
"c++abi",
"m",
"c",
"gcc_s",
"gcc"}
auFilter {}
end end
end end

0
linux_x64 Executable file → Normal file
View File