| Index: pydir/crosstest.py
|
| diff --git a/pydir/crosstest.py b/pydir/crosstest.py
|
| index f01bd5927eea9d7c2640b79576ce52e84c869ec7..bd1c89e38b10eb1728c7d3091120387a4fbd8362 100755
|
| --- a/pydir/crosstest.py
|
| +++ b/pydir/crosstest.py
|
| @@ -196,7 +196,7 @@ def main():
|
| if args.target == 'arm32':
|
| target_params.append('-DARM32')
|
| target_params.append('-static')
|
| -
|
| +
|
| # Set compiler to clang, clang++, pnacl-clang, or pnacl-clang++.
|
| compiler = '{bin}/{prefix}{cc}'.format(
|
| bin=bindir, prefix='pnacl-' if args.sandbox else '',
|
|
|