From 53aa4375ca5a3a17a0869fbaa34a88817920ec56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Aug 2016 12:35:17 +0200 Subject: Include host machine in --version output --- build2/context.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index e50a74a..670397f 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -266,9 +266,6 @@ namespace build2 // the target class (e.g., linux, windows, macosx). // { -#ifndef BUILD2_HOST_TRIPLET -#error BUILD2_HOST_TRIPLET is not defined -#endif // Did the user ask us to use config.guess? // string orig ( -- cgit v1.1