From 5d2c51cbcfa8e75ab972b5bf5864d7a5880c7156 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Mar 2023 09:44:36 +0200 Subject: Move os-release facility from bpkg, add support for Mac OS, *BSD, Windows --- libbutl/target-triplet.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/target-triplet.hxx') diff --git a/libbutl/target-triplet.hxx b/libbutl/target-triplet.hxx index da29907..e03bdaf 100644 --- a/libbutl/target-triplet.hxx +++ b/libbutl/target-triplet.hxx @@ -100,6 +100,8 @@ namespace butl // windows *-*-win32-* | *-*-windows-* | *-*-mingw32 // ios *-apple-ios* // + // NOTE: see also os_release if adding anything new here. + // // References: // // 1. The libtool repository contains the PLATFORM file that lists many known -- cgit v1.1