From 35b60bed6145b72fdd33bbaa90f5f94522be4ebd Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 10 Aug 2020 21:22:13 +0200 Subject: [PATCH] Remove an extra 'pch' annotation in playgroud/pch/wscript --- playground/pch/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/pch/wscript b/playground/pch/wscript index 9cbd556b..fb8e69fa 100644 --- a/playground/pch/wscript +++ b/playground/pch/wscript @@ -53,7 +53,7 @@ def build(bld): source = 'a.cpp', use = 'BOOST') - bld(features = 'cxx cxxprogram pch', + bld(features = 'cxx cxxprogram', target = 'test1', source = 'b.cpp c.cpp main.cpp', use = 'base-with-pch')