diff options
| author | Doug Johnson <dougvj@gmail.com> | 2017-07-10 03:27:25 -0600 |
|---|---|---|
| committer | Doug Johnson <dougvj@gmail.com> | 2017-07-11 11:47:25 -0600 |
| commit | a7671fa2cdf0699508a1ee3dd568a8ef77f189fc (patch) | |
| tree | 464b44409bf738a7214c1ce5291eb6381885709e | |
| parent | 8ced8eb9e4a3f63ae17e47e82a46713e57e9b5a9 (diff) | |
Add C++ lib linker for clang on Linux
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index c3c3a9ac8..71b4e0043 100644 --- a/premake5.lua +++ b/premake5.lua @@ -99,6 +99,8 @@ filter("platforms:Linux") "GL", "GLEW", "vulkan", + "c++", + "c++abi" }) linkoptions({ "`pkg-config --libs gtk+-3.0`", |
