blob: 9ec67b7cdf0455705a29cd617bf4da92e9c5ba88 [file] [log] [blame]
option(
'arch',
type : 'combo',
value: 'x86',
choices: ['x86', 'x86_64', 'amd64', 'arm', 'arm64'],
description: 'The target architecture.',
)
option(
'unibuild',
type: 'boolean',
value: 'false',
description: 'Set to true if compiling for a unibuild device',
)
option(
'platform_intf',
type: 'string',
description: 'If set to a non-empty string, compile for just this platform.',
)