diff options
-rw-r--r-- | scripts/toolchain.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |