diff options
author | 2019-05-26 13:10:03 +1000 | |
---|---|---|
committer | 2019-05-26 13:10:03 +1000 | |
commit | 626b566feeea0863644a45232b92568417542af9 (patch) | |
tree | e945e2f8593eefc9291d3abdfc117c67ce8661aa /scripts/genie.lua | |
parent | 4860ae159e92242926e4bb30d9d607a4d218ea34 (diff) |
srcclean (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 b20b8842a66..a4ad02a2a32 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1313,7 +1313,7 @@ configuration { "vs20*" } "_CRT_SECURE_NO_DEPRECATE", "_CRT_STDIO_LEGACY_WIDE_SPECIFIERS", } - + -- Windows Store/Phone projects already link against the available libraries. if _OPTIONS["vs"]==nil or not (string.startswith(_OPTIONS["vs"], "winstore8") or string.startswith(_OPTIONS["vs"], "winphone8")) then links { |