filter build option by toolset as well

This commit is contained in:
Irlan 2018-04-17 23:12:03 -03:00
parent 849133a75e
commit c5aab69eb9

View File

@ -86,8 +86,8 @@ solution (solution_name)
defines { "U_OPENGL_4" }
end
filter "language:C++"
buildoptions { "-std=c++11" }
filter { "language:C++", "toolset:gcc" }
buildoptions { "-std=c++11" }
project "bounce"
kind "StaticLib"