mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
Remove an extra 'pch' annotation in playgroud/pch/wscript
This commit is contained in:
parent
8722191e44
commit
2c58b1ffbb
@ -53,7 +53,7 @@ def build(bld):
|
|||||||
source = 'a.cpp',
|
source = 'a.cpp',
|
||||||
use = 'BOOST')
|
use = 'BOOST')
|
||||||
|
|
||||||
bld(features = 'cxx cxxprogram pch',
|
bld(features = 'cxx cxxprogram',
|
||||||
target = 'test1',
|
target = 'test1',
|
||||||
source = 'b.cpp c.cpp main.cpp',
|
source = 'b.cpp c.cpp main.cpp',
|
||||||
use = 'base-with-pch')
|
use = 'base-with-pch')
|
||||||
|
Loading…
Reference in New Issue
Block a user