| Index: pylib/gyp/generator/make.py
|
| diff --git a/pylib/gyp/generator/make.py b/pylib/gyp/generator/make.py
|
| index 786b4e079197e570541d4ffaaba0d763979eafd9..4fa92f08eb505b21d85ccab75c36ea914b171516 100644
|
| --- a/pylib/gyp/generator/make.py
|
| +++ b/pylib/gyp/generator/make.py
|
| @@ -1579,7 +1579,7 @@ $(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD
|
| for link_dep in link_deps:
|
| assert ' ' not in link_dep, (
|
| "Spaces in alink input filenames not supported (%s)" % link_dep)
|
| - 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.WriteDoCmd([self.output_binary], link_deps, 'alink_thin',
|
| part_of_all, postbuilds=postbuilds)
|
|
|