mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Add C++ lib linker for clang on Linux
This commit is contained in:
parent
8ced8eb9e4
commit
a7671fa2cd
|
|
@ -99,6 +99,8 @@ filter("platforms:Linux")
|
||||||
"GL",
|
"GL",
|
||||||
"GLEW",
|
"GLEW",
|
||||||
"vulkan",
|
"vulkan",
|
||||||
|
"c++",
|
||||||
|
"c++abi"
|
||||||
})
|
})
|
||||||
linkoptions({
|
linkoptions({
|
||||||
"`pkg-config --libs gtk+-3.0`",
|
"`pkg-config --libs gtk+-3.0`",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue