nixpkgs/pkgs/by-name/cc/cctools/meson.options
2024-07-13 17:54:34 -04:00

7 lines
182 B
Plaintext

option(
'target_prefix',
type : 'string',
value : '',
description: 'Specifies the prefix to use when building for cross-compilation (e.g., `aarch64-apple-darwin`)'
)