summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/genie.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-11-25 12:01:15 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-11-25 12:01:15 +1100
commit3488d338118154f2ad55de0447ac469e1f678c38 (patch)
tree7615283d4b5d496945b8c54660aaa2af5353884b /docs/release/scripts/genie.lua
parent1364b7a51281ba7ce394b45f36a4a1384962e34e (diff)
0.226.A Release filestag226a
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r--docs/release/scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua
index 4665349c98f..e02c29ec3e7 100644
--- a/docs/release/scripts/genie.lua
+++ b/docs/release/scripts/genie.lua
@@ -1082,7 +1082,7 @@ end
"-Wno-pragma-pack" -- clang 6.0 complains when the packing change lifetime is not contained within a header file.
}
end
- if (version >= 100000) and (_OPTIONS["targetos"] ~= 'macosx') then -- TODO when Xcode includes clang 10, update this to detect the vanity version number
+ if ((version >= 100000) and (_OPTIONS["targetos"] ~= 'macosx')) or (version >= 120000) then
buildoptions {
"-Wno-xor-used-as-pow " -- clang 10.0 complains that expressions like 10 ^ 7 look like exponention
}