| Index: native_client_sdk/src/build_tools/build_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
|
| index d856b04f99798aedd42793e4f9c7605f1e0ef2c1..4325f8dac64fb12bd4232459150935f1ab4530ae 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -54,7 +54,7 @@ import oshelpers
|
| CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py')
|
|
|
| NACLPORTS_URL = 'https://naclports.googlecode.com/svn/trunk/src'
|
| -NACLPORTS_REV = 757
|
| +NACLPORTS_REV = 774
|
|
|
| # TODO(binji): horrible hack to make the Windows builders go green...
|
| # Windows has a path length limit of 255 characters, after joining cwd with a
|
|
|