From a887fd3a4ef9bcf673b286398802aa88ecb1592a Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Fri, 16 Jan 2026 18:57:56 -0600 Subject: endian functions --- meson.options | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meson.options (limited to 'meson.options') 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') -- cgit v1.2.3-70-g09d2