aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-08-18 10:00:04 -0500
committerCalvin Rose <calsrose@gmail.com>2019-08-18 10:00:04 -0500
commit28fb2403d9e37fc0a2a44aeacfdc67d1387853e5 (patch)
tree55248b24aa0b0d25e7c96283bdc200d5952f9511 /meson_options.txt
parentAddress #158 (diff)
Add os/arch to core.
Also allow setting custom keywords for compiled os name and architecture name.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ba917145..afa8f0b9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,3 +15,6 @@ option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200)
option('max_macro_expand', type : 'integer', min : 1, max : 8000, value : 200)
option('stack_max', type : 'integer', min : 8096, max : 1000000000, value : 16384)
+
+option('arch_name', type : 'string', value: '')
+option('os_name', type : 'string', value: '')