Skip to content

Commit

Permalink
set dummy value for CBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 21, 2024
1 parent 7b909de commit ebd6811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# of the C++ stdlib; keep the variable in case this happens again
{% set libcxx_major = major_ver %}

{% if CBUILD is not defined %}
{% set CBUILD = "dummy" %}
{% endif %}

{% set build_number = 19 %}

# pretend this variable is used, so that smithy populates the variant configs
Expand Down

0 comments on commit ebd6811

Please sign in to comment.