Remove an extra 'pch' annotation in playgroud/pch/wscript

This commit is contained in:
Thomas Nagy 2020-08-10 21:22:13 +02:00
parent 43ce688cdf
commit 35b60bed61
1 changed files with 1 additions and 1 deletions

View File

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