# Meson build options for MINIX

# Select the target architecture for the build.
option(
    'arch',
    type : 'combo',
    choices : ['i386', 'x86_64', 'arm32', 'arm64'],
    value : 'x86_64',
    description : 'Target architecture'
)
