diff options
| author | 2024-01-05 14:39:43 -0600 | |
|---|---|---|
| committer | 2024-01-05 14:39:43 -0600 | |
| commit | 04b429d064fb2954e768abc8066013ad0faf2729 (patch) | |
| tree | 55ab857300a3323c908d52fc1307e2c672f60bc8 /meson.options | |
| parent | extracts natives (diff) | |
launch info all in one place
TODO: build class path
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.options b/meson.options index ea5e01e..005f815 100644 --- a/meson.options +++ b/meson.options @@ -13,3 +13,7 @@ option('launcher_arch', type : 'string', 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') + +option('launcher_java_path_sep', type : 'string', + value: '', + description : 'launcher path separator') |
