From 1ac5458eede2b4b2d3bc98cde787348f70328361 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Apr 2021 10:35:13 +0200 Subject: Add another hash/save_environment() overload --- libbuild2/cc/guess.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/guess.cxx') diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx index 82be591..839bf20 100644 --- a/libbuild2/cc/guess.cxx +++ b/libbuild2/cc/guess.cxx @@ -1812,7 +1812,7 @@ namespace build2 // See "Environment Variables Affecting GCC". // - // @@ TODO: Yt feels like we should unset the following variables: + // @@ TODO: It feels like we should unset the following variables: // // DEPENDENCIES_OUTPUT // SUNPRO_DEPENDENCIES @@ -1835,7 +1835,7 @@ namespace build2 nullptr}; // Note that Clang recognizes a whole family of *_DEPLOYMENT_TARGET - // variables. + // variables (as does ld64). // static const char* macos_env[] = { "SDKROOT", "MACOSX_DEPLOYMENT_TARGET", nullptr}; -- cgit v1.1