summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 37bd81c12df..ddb651bb4b1 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1148,7 +1148,7 @@ else
end
mainProject(_OPTIONS["target"],_OPTIONS["subtarget"])
-if (_OPTIONS["STRIP_SYMBOLS"]== nil or _OPTIONS["STRIP_SYMBOLS"]=="1") then
+if (_OPTIONS["STRIP_SYMBOLS"]=="1") then
strip()
end