We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bc151 commit 5a190bfCopy full SHA for 5a190bf
build/Helpers.lua
@@ -84,8 +84,9 @@ function SetupNativeProject()
84
buildoptions { msvc_buildflags }
85
defines { msvc_cpp_defines }
86
87
- filter { "action:gmake" }
+ filter { "system:linux" }
88
buildoptions { gcc_buildflags }
89
+ links { "stdc++" }
90
91
filter { "system:macosx", "language:C++" }
92
buildoptions { gcc_buildflags, "-stdlib=libc++" }
0 commit comments