summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorDr. Chat <arkolbed@gmail.com>2017-02-05 22:13:01 -0600
committerDr. Chat <arkolbed@gmail.com>2017-02-05 22:13:01 -0600
commit4f46c51fe348e25be0ac96496d2772b1d5565a9e (patch)
tree3e06e1d78410b6559baf7f7847716a2188441e27 /premake5.lua
parent37d88bb11eae73aaa6cd12fd6cc9adea69d20bbb (diff)
Link with c++ on linux
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 39a9ae46c..2b9e15c13 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -82,6 +82,9 @@ filter({"platforms:Linux", "language:C++"})
"-std=c++14",
"-stdlib=libc++",
})
+ links({
+ "c++",
+ })
filter("platforms:Windows")
system("windows")