Fixed library name in yaml-cpp recipe.
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user