diff options
author | 2019-02-18 00:48:52 +1100 | |
---|---|---|
committer | 2019-02-18 00:48:52 +1100 | |
commit | 01ccbd89c9445771bf30a5520bb5a1ad0b575fa4 (patch) | |
tree | b2712ff0df3894774bcbcb3ce0837dc081e42ed4 /scripts/genie.lua | |
parent | e65f6d75e1a135e796a123d6a0c5e06291cfcb9a (diff) |
(nw) remove some superfluous const, eliminate a superfluous temp, remove superflous semicolons, etc. and also fix a known broken build script change
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 0d379308d52..fd09446d595 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -87,7 +87,7 @@ function addprojectflags() end if version >= 60000 then buildoptions_cpp { - --"-flifetime-dse=1", + "-flifetime-dse=1", } end end |