| Index: test/library_dirs/gyptest-library-dirs.py
|
| diff --git a/test/library_dirs/gyptest-library-dirs.py b/test/library_dirs/gyptest-library-dirs.py
|
| index 5edd6e757918e62d2b579723bbd5ce0a1d713dd2..b75bf1d564a20667ecad9def070d98d71d64ab12 100644
|
| --- a/test/library_dirs/gyptest-library-dirs.py
|
| +++ b/test/library_dirs/gyptest-library-dirs.py
|
| @@ -18,6 +18,7 @@ lib_dir = test.tempdir('secret_location')
|
|
|
| test.run_gyp('test.gyp',
|
| '-D', 'abs_path_to_secret_library_location={0}'.format(lib_dir),
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| chdir='subdir')
|
|
|
| # Must build each target independently, since they are not in each others'
|
|
|