| 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..da9270766bafc6b8375c6dc162298bf4a91121c4 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -56,12 +56,7 @@ CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py')
|
| NACLPORTS_URL = 'https://naclports.googlecode.com/svn/trunk/src'
|
| NACLPORTS_REV = 757
|
|
|
| -# 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
|
| -# relative path. Some of the Windows builders are over by just a little bit, so
|
| -# we'll temporarily use a shorter build directory name to make it all work.
|
| -# See http://crbug.com/245453
|
| -GYPBUILD_DIR = 'gb' # Was 'gypbuild'
|
| +GYPBUILD_DIR = 'gypbuild'
|
|
|
| options = None
|
|
|
|
|