summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-05-28 17:17:20 -0500
committer Cowering <cowering@users.noreply.github.com>2015-05-28 17:17:20 -0500
commit6df44235c89fed94fec8d0a13982bbd0a56cd7b0 (patch)
treee8454498e7fc9df8bed19adf2825ed212520e4fd /scripts/genie.lua
parentea2762e799e00a09155cd0d1d4a81162a8a1ab03 (diff)
oops, forgot one
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index b6ccf16583b..004016c916f 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -882,6 +882,12 @@ end
"-Wno-array-bounds"
}
end
+ if (version >= 50000) then
+ buildoptions {
+ "-D__USE_MINGW_ANSI_STDIO=1",
+ }
+ end
+
end
end
--ifeq ($(findstring arm,$(UNAME)),arm)