diff options
author | 2015-11-02 21:08:15 -0600 | |
---|---|---|
committer | 2016-02-15 12:09:48 -0600 | |
commit | 3570d4f0ebde2977fb8301f8f9a1c942cb149b17 (patch) | |
tree | 39d505133f3f57dd7fcf3921e396da786aedc336 /scripts/genie.lua | |
parent | 36df7413dce0897215d3e01e54ac5334bb65d965 (diff) |
check STRIP_SYMBOLS in strip function and add strip support for osx (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 8d52dc75391..dd955bd0ce9 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1309,10 +1309,7 @@ else startproject (_OPTIONS["subtarget"]) end mainProject(_OPTIONS["target"],_OPTIONS["subtarget"]) - -if (_OPTIONS["STRIP_SYMBOLS"]=="1") then - strip() -end +strip() if _OPTIONS["with-tools"] then group "tools" |