diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ef6c0e5..e97e0ab 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -533,6 +533,12 @@ '../pdf/pdf.gyp:pdf', ], }], # internal_pdf + ['component != "shared_library" and wix_exists == "True" and \ + platformsdk_exists == "True"', { + 'dependencies': [ + '../remoting/remoting.gyp:remoting_host_installation', + ], + }], # component != "shared_library" ] }, ], # targets |