From a7efabf301f23364ac2335c80c5e1e712bc43204 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Nov 2016 00:26:54 +0300 Subject: Add cat, false and true builtins --- build2/buildfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 86b67a9..cd04ce7 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -88,6 +88,9 @@ test/script/{hxx cxx}{ token } \ # obj{b context}: cxx.poptions += -DBUILD2_HOST_TRIPLET=\"$cxx.target\" +if ($cxx.target.class != "windows") + cxx.libs += -lpthread + # Generated options parser. # {hxx ixx cxx}{b-options}: cli{b} -- cgit v1.1