diff options
author | 2016-08-27 11:15:38 +0200 | |
---|---|---|
committer | 2016-08-27 11:15:38 +0200 | |
commit | 62fe8b8980f5ae08dfdd74da4dca4c7cda38502c (patch) | |
tree | 705e35f687e4553dc1ac7eafd42cd8a0a6027cbe /scripts/genie.lua | |
parent | 0137c5b6a53c64d760b15e134095757a4e666c0b (diff) |
some C++14 features are not supported by VS2013. VS2015 is free for home use so no need for legacy support (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 5a2acd931c1..208f633a8c9 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -486,7 +486,7 @@ configuration { "Release", "vs*" } "Optimize", } --- Force VS2013/15 targets to use bundled SDL2 +-- Force VS2015 targets to use bundled SDL2 if string.sub(_ACTION,1,4) == "vs20" and _OPTIONS["osd"]=="sdl" then if _OPTIONS["with-bundled-sdl2"]==nil then _OPTIONS["with-bundled-sdl2"] = "1" |