diff options
author | 2018-06-27 21:02:48 +1000 | |
---|---|---|
committer | 2018-06-27 21:02:48 +1000 | |
commit | ab4731784e84cefaa26811c96c02f95ada3391c5 (patch) | |
tree | 2fe70dfb5449b1f294176fe7c1af5132dcc4474b /docs/release/scripts/genie.lua | |
parent | 800d40088ba5c5e62163c567f6e8cf3312d81e09 (diff) |
0.199 Release filestag199
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index 7cf0396b580..ed289f73396 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/scripts/genie.lua @@ -1061,6 +1061,12 @@ if (_OPTIONS["PLATFORM"]=="arm64") then } end +if (_OPTIONS["PLATFORM"]=="riscv64") then + defines { + "PTR64=1", + } +end + if (_OPTIONS["PLATFORM"]=="mips64") then defines { "PTR64=1", |