Commit e14cd9e5 by Arnaud Charlet

Code clean up.

From-SVN: r177107
parent b9e48541
...@@ -3724,10 +3724,11 @@ package body Prj.Nmsc is ...@@ -3724,10 +3724,11 @@ package body Prj.Nmsc is
else else
-- For a virtual project extending a library project, -- For a virtual project extending a library project,
-- inherit library directory. -- inherit library directory and library kind.
Project.Library_Dir := Project.Extends.Library_Dir; Project.Library_Dir := Project.Extends.Library_Dir;
Library_Directory_Present := True; Library_Directory_Present := True;
Project.Library_Kind := Project.Extends.Library_Kind;
end if; end if;
end if; end if;
end if; end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment