summaryrefslogtreecommitdiffstats
path: root/meson.options
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-16 18:57:56 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-16 18:57:56 -0600
commita887fd3a4ef9bcf673b286398802aa88ecb1592a (patch)
tree568019b692e5b2b38a149bbf94c55dbe78237c7a /meson.options
parentmove include directory (diff)
endian functions
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')