build: add libc++ (#50)

This commit is contained in:
2023-11-12 14:17:01 +02:00
committed by GitHub
parent 60fe685f04
commit ea4055b4ba

View File

@ -76,6 +76,9 @@ if os.istarget("linux") then
linkoptions "--target=arm64-linux-gnu"
filter {}
buildoptions "-stdlib=libc++"
linkoptions "-stdlib=libc++"
-- always try to use lld. LD or Gold will not work
linkoptions "-fuse-ld=lld"
end