diff options
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') |
