diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3134c1b..1cc5adb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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