| Index: build/landmines.py
|
| diff --git a/build/landmines.py b/build/landmines.py
|
| index 4cd5722f33254962482851b6dc5e79031e3b9d3a..6c769e91a1aa514a0f2a3c1f48aa55659dec0e3b 100755
|
| --- a/build/landmines.py
|
| +++ b/build/landmines.py
|
| @@ -168,7 +168,7 @@ def get_target_build_dir(build_tool, target, is_iphone=False):
|
| elif build_tool == 'scons':
|
| ret = os.path.join(SRC_DIR, 'sconsbuild', target)
|
| else:
|
| - raise NotImplementedError()
|
| + raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)
|
| return os.path.abspath(ret)
|
|
|
|
|
|
|