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')