From af73b1603d851dcb2ce7ae84bd57df0c2f9a716d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jun 2020 09:43:59 +0200 Subject: Add $bin.link_member() function Given a linker output target type ("exe", "lib[as]", or "libu[eas]") return the target type of lib{} group member ("liba" or "libs") that will be picked when linking a lib{} group to this target type. --- libbuild2/install/functions.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbuild2/install/functions.cxx') diff --git a/libbuild2/install/functions.cxx b/libbuild2/install/functions.cxx index d8b07a4..c780061 100644 --- a/libbuild2/install/functions.cxx +++ b/libbuild2/install/functions.cxx @@ -6,8 +6,6 @@ #include -using namespace std; - namespace build2 { namespace install -- cgit v1.1