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:
parent
43ce688cdf
commit
35b60bed61
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user