From 0758ae80c235976904675375e168d9b26d630e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 4 Apr 2015 19:46:07 -0700 Subject: [PATCH] Added -Wshadow for OSX. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index c89133b..49c1724 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -403,7 +403,7 @@ function toolchain(_buildDir, _libDir) "NoExceptions", } - configuration { "*-gcc*" } + configuration { "*-gcc* or osx" } buildoptions { "-Wshadow", }