| Index: Source/modules/modules.gyp
|
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
|
| index 9add2175177fc1e082725e3e3405c7a60dc89d3c..313724e98f168b9d85c41830c6cf61f5caf77a5c 100644
|
| --- a/Source/modules/modules.gyp
|
| +++ b/Source/modules/modules.gyp
|
| @@ -80,7 +80,7 @@
|
| ],
|
| 'conditions': [
|
| # Shard this target into parts to work around linker limitations.
|
| - ['OS=="win" and buildtype=="Official"', {
|
| + ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1))', {
|
| 'msvs_shard': 4,
|
| }],
|
| ],
|
|
|