From daa35c9e4b592f055b42e482fe1398527cfdf90b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Jun 2019 18:00:10 +0200 Subject: Fix cc link rule matching ambiguity wrt to C/C++ sources Considering a C header as C++ source was definitely a bad idea. --- build2/cxx/init.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'build2/cxx') diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index ff104d3..92d5da8 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -526,7 +526,6 @@ namespace build2 static const target_type* const hdr[] = { &hxx::static_type, - &h::static_type, &ixx::static_type, &txx::static_type, &mxx::static_type, -- cgit v1.1