From 249b5f0b96e5cf68013055553b0892c538668f0f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 15 Feb 2016 20:05:47 +0100 Subject: fixed logic in expression (nw) --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/toolchain.lua') diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 40690b00831..137a873ae09 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -920,7 +920,7 @@ function toolchain(_buildDir, _subDir) end function strip() - if not _OPTIONS["STRIP_SYMBOLS"]=="1" then + if _OPTIONS["STRIP_SYMBOLS"]~="1" then return true end -- cgit v1.2.3-70-g09d2