From c97b19321969cce9fd497da083d5a3bfb0392e13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Sep 2016 14:23:33 +0200 Subject: Exclude win32-utility from non-Windows builds This gets rid of a warning about an empty object file. --- butl/win32-utility.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'butl/win32-utility.cxx') diff --git a/butl/win32-utility.cxx b/butl/win32-utility.cxx index cf44d4d..a92d7e4 100644 --- a/butl/win32-utility.cxx +++ b/butl/win32-utility.cxx @@ -4,6 +4,9 @@ #include +// Note that while we exclude it from the buildfile-based builds, we still +// need these guards for build2 bootstrap. +// #ifdef _WIN32 #include // unique_ptr -- cgit v1.1