blob: 36781d8b639cfa2c47003bee1a8a55e18ac0bc08 (
plain) (
blame)
1
2
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')
|