From 01570ff5ee4568c63d8466cfb972cc31a2451a18 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 Apr 2017 10:18:43 +0200 Subject: Rename target triplet "macosx" class to "macos" --- build2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index 72ae31b..00ab541 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -376,7 +376,7 @@ namespace build2 l == "-lgcc") continue; } - else if (tclass == "macosx") + else if (tclass == "macos") { if (l == "-lSystem") continue; -- cgit v1.1