qtbase/coin/instructions/prepare_install_dir_suffix_...

17 lines
406 B
YAML

type: Group
instructions:
- type: EnvironmentVariable
variableName: INSTALL_DIR_SUFFIX
variableValue: "/target"
disable_if:
condition: property
property: host.os
equals_value: Windows
- type: EnvironmentVariable
variableName: INSTALL_DIR_SUFFIX
variableValue: "\\target"
enable_if:
condition: property
property: host.os
equals_value: Windows