From 12d53b3661231650c7563be9ddd2cd3cbfafeec1 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 1 Jan 2024 03:44:59 -0600 Subject: now loads libraries --- meson.options | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meson.options (limited to 'meson.options') diff --git a/meson.options b/meson.options new file mode 100644 index 0000000..ea5e01e --- /dev/null +++ b/meson.options @@ -0,0 +1,15 @@ +option('launcher_os', type : 'combo', + choices : [ 'auto', 'windows', 'linux', 'osx' ], value : 'auto', + description : 'OS name to use for library fetching') + +option('launcher_arch_bits', type : 'combo', + choices : [ 'auto', '32', '64' ], value : 'auto', + description : 'system architecture bits') + +option('launcher_arch', type : 'string', + value : '', + description : 'launcher architecture') + +option('launcher_jre_arch', type : 'combo', + value : 'auto', choices : [ 'auto', 'gamecore', 'linux', 'linux-i386', 'mac-os', 'mac-os-arm64', 'windows-x86', 'windows-x64', 'windows-arm64' ], + description : 'launcher JRE architecture') -- cgit v1.2.3-70-g09d2