2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

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

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