diff options
| author | 2026-01-16 18:57:56 -0600 | |
|---|---|---|
| committer | 2026-01-16 18:57:56 -0600 | |
| commit | a887fd3a4ef9bcf673b286398802aa88ecb1592a (patch) | |
| tree | 568019b692e5b2b38a149bbf94c55dbe78237c7a /meson.options | |
| parent | move include directory (diff) | |
endian functions
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 3 |
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') |
