link with correct lib (clang)
This commit is contained in:
parent
ac6842656e
commit
02fed92074
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
|||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "clang",
|
||||
"CMAKE_CXX_COMPILER": "clang++",
|
||||
"CMAKE_CXX_FLAGS": "-stdlib=libstdc++",
|
||||
"CMAKE_EXE_LINKER_FLAGS": "-stdlib=libstdc++",
|
||||
"CMAKE_SHARED_LINKER_FLAGS": "-stdlib=libstdc++"
|
||||
"CMAKE_CXX_FLAGS": "-stdlib=libc++",
|
||||
"CMAKE_EXE_LINKER_FLAGS": "-stdlib=libc++",
|
||||
"CMAKE_SHARED_LINKER_FLAGS": "-stdlib=libc++"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue