summaryrefslogtreecommitdiffstats
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..36781d8
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,3 @@
+option('launcher_os', type : 'combo', choices : [ 'detect', 'windows', 'linux', 'osx', 'unknown' ], value : 'detect')
+option('launcher_arch', type : 'string')
+option('launcher_jre_arch', type : 'string')