Skip to content

Commit

Permalink
Fix build string for clang with varients
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Jul 28, 2023
1 parent 537141b commit a4eecef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "13.0.1" %}
{% set major_version = version.split(".")[0] %}
{% set build_number = 2 %}
{% set build_number = 3 %}

{% set minor_aware_ext = major_version %}
{% set minor_int = version.split(".")[1] | int %}
Expand Down Expand Up @@ -352,6 +352,10 @@ outputs:
- name: clang
script: install_clang_symlinks.sh # [unix]
script: install_clang_symlinks.bat # [win]
build:
track_features:
- hcc # [variant=="hcc"]
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
requirements:
host:
- zlib # [win]
Expand Down

0 comments on commit a4eecef

Please sign in to comment.