ENH: Support LINK_FLAGS property for static libraries.
This commit is contained in:
parent
bf6730b03a
commit
b290e5282c
|
@ -1004,7 +1004,8 @@ void cmLocalUnixMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout,
|
|||
targetPrefix,
|
||||
targetSuffix,
|
||||
createRule,
|
||||
"static library", 0);
|
||||
"static library",
|
||||
t.GetProperty("LINK_FLAGS"));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue