instrumentation: Add Config value to snippet data

This commit is contained in:
Martin Duffy
2025-02-06 12:16:24 -05:00
committed by Brad King
parent ee3a55fc48
commit 9689155a05
17 changed files with 65 additions and 9 deletions
+1 -1
View File
@@ -809,8 +809,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
vars.TargetSOName = targetOutSOName.c_str();
}
vars.LinkFlags = linkFlags.c_str();
vars.Manifests = manifests.c_str();
vars.Config = this->GetConfigName().c_str();
// Compute the directory portion of the install_name setting.
std::string install_name_dir;