mirror of
https://github.com/alterware/master-server.git
synced 2025-06-26 22:31:49 +00:00
build: add libc++ (#50)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user