mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Link with c++ on linux
This commit is contained in:
parent
37d88bb11e
commit
4f46c51fe3
|
|
@ -82,6 +82,9 @@ filter({"platforms:Linux", "language:C++"})
|
|||
"-std=c++14",
|
||||
"-stdlib=libc++",
|
||||
})
|
||||
links({
|
||||
"c++",
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
system("windows")
|
||||
|
|
|
|||
Loading…
Reference in a new issue