| Index: pydir/szbuild.py
|
| diff --git a/pydir/szbuild.py b/pydir/szbuild.py
|
| index f158fa88289ca76a5941ba12ad84b66dbacc865b..684403822c429abe78a3a3a047400176af08513a 100755
|
| --- a/pydir/szbuild.py
|
| +++ b/pydir/szbuild.py
|
| @@ -239,8 +239,9 @@ def ProcessPexe(args, pexe, exe):
|
| }[args.target]
|
|
|
| shellcmd((
|
| - 'llvm-mc -triple={triple} -filetype=obj -o {obj} {asm}'
|
| - ).format(asm=asm_sz, obj=obj_sz, triple=triple),
|
| + '{base}/llvm-mc -triple={triple} -filetype=obj -o {obj} {asm}'
|
| + ).format(base=path_addition, asm=asm_sz, obj=obj_sz,
|
| + triple=triple),
|
| echo=args.verbose)
|
| if not args.sandbox:
|
| shellcmd((
|
|
|