mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
build: use shell for TDR rule, as -- confuses the build rule
This commit is contained in:
parent
7ed65d2e12
commit
8c4e709818
@ -70,7 +70,7 @@ def SAMBA_PIDL_TDR(bld, pname, source, options=''):
|
||||
t = bld(rule='${PIDL} ${PIDL_BUILD_TYPES} ${OPTIONS} --outputdir ${TGT[0].parent.abspath(env)} -- ${SRC[0].abspath(env)}',
|
||||
ext_out = '.c',
|
||||
before = 'cc',
|
||||
shell = False,
|
||||
shell = True,
|
||||
source=source,
|
||||
target = out_files,
|
||||
name=name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user