about summary refs log tree commit diff
path: root/pkgs/by-name/ld/ld64/meson.options
blob: 2417b81f0401eb2522666d82e8fa5c1b6d8cba41 (plain) (blame)
1
2
3
4
5
6
option(
    'target_prefix',
    type : 'string',
    value : '',
    description: 'Specifies the prefix to use when building for cross-compilation (e.g., `aarch64-apple-darwin`)'
)