From 6ad4a629e0a790ad60352a94ea25359f38700b2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Aug 2018 20:23:06 +0200 Subject: Don't insist on install rules for non-file targets This helps with (not) installing libu*{} groups. --- build2/cc/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/types.hxx') diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx index d50c067..db12356 100644 --- a/build2/cc/types.hxx +++ b/build2/cc/types.hxx @@ -96,7 +96,7 @@ namespace build2 // using lflags = uintptr_t; // To match prerequisite_target::data. - const lflags lflag_whole = 0x00000001U; // Link whole liba{}/libux{}. + const lflags lflag_whole = 0x00000001U; // Link whole liba{}/libu*}. } } -- cgit v1.1