| Index: pylib/gyp/generator/ninja.py
|
| diff --git a/pylib/gyp/generator/ninja.py b/pylib/gyp/generator/ninja.py
|
| index 58be3bf1d328691b9497f10cfe8cfdfa4f6d2406..907542b6a45054c6130d86ea89be08a17d5d1d48 100644
|
| --- a/pylib/gyp/generator/ninja.py
|
| +++ b/pylib/gyp/generator/ninja.py
|
| @@ -1271,7 +1271,7 @@ class NinjaWriter(object):
|
| self.target.type = 'none'
|
| elif spec['type'] == 'static_library':
|
| self.target.binary = self.ComputeOutput(spec)
|
| - if (self.flavor not in ('mac', 'openbsd', 'win') and not
|
| + if (self.flavor not in ('mac', 'openbsd', 'netbsd', 'win') and not
|
| self.is_standalone_static_library):
|
| self.ninja.build(self.target.binary, 'alink_thin', link_deps,
|
| order_only=compile_deps)
|
|
|