mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: fixed build group for the PIDL tables generation
This commit is contained in:
parent
f9eae32f4b
commit
92de30dcab
Binary file not shown.
@ -122,6 +122,7 @@ def collect(self):
|
||||
|
||||
def SAMBA_PIDL_TABLES(bld, name, target):
|
||||
headers = bld.env.PIDL_HEADERS
|
||||
bld.SET_BUILD_GROUP('main')
|
||||
t = bld(
|
||||
features = 'collect',
|
||||
rule = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',
|
||||
|
Loading…
Reference in New Issue
Block a user