diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
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 |