diff --git a/recipes/yaml-cpp/recipe.py b/recipes/yaml-cpp/recipe.py index 64c6937..9b0fbaa 100644 --- a/recipes/yaml-cpp/recipe.py +++ b/recipes/yaml-cpp/recipe.py @@ -6,7 +6,7 @@ def cook(env: Environment, git_ref: str = "master") -> dict: build_result = env.Cook('CMakeProject', project_root=checkout_root) lib_name = { 'debug': 'yaml-cppd' - }.get(env['BUILD_TYPE'], 'yaml-cppd') + }.get(env['BUILD_TYPE'], 'yaml-cpp') return { 'LIBPATH': build_result['LIBPATH'], 'CPPPATH': build_result['CPPPATH'],