Bug 1296449, statically link mbsdiff.exe, like we do for mar.exe r?glandium draft
authorNick Thomas <nthomas@mozilla.com>
Mon, 22 Aug 2016 16:59:33 +1200
changeset 403738 5d7822279291851d869f2f3af2104af6ee22b859
parent 403581 f97a056ae6235de7855fd8aaa04fb1c8d183bd06
child 528989 6baa101a16c6ef18170c13c8165672911bb0f25a
push id27000
push usernthomas@mozilla.com
push dateMon, 22 Aug 2016 05:01:11 +0000
reviewersglandium
bugs1296449
milestone51.0a1
Bug 1296449, statically link mbsdiff.exe, like we do for mar.exe r?glandium MozReview-Commit-ID: 8oedeUVoQr4
other-licenses/bsdiff/moz.build
--- a/other-licenses/bsdiff/moz.build
+++ b/other-licenses/bsdiff/moz.build
@@ -16,14 +16,15 @@ else:
     HOST_USE_LIBS += [
         'hostbz2',
     ]
 
 if CONFIG['HOST_OS_ARCH'] == 'WINNT':
     HOST_OS_LIBS += [
         'ws2_32',
     ]
+    USE_STATIC_LIBS = True
 
 LOCAL_INCLUDES += [
     '/toolkit/mozapps/update/updater',
 ]
 
 HOST_CXXFLAGS += CONFIG['MOZ_BZ2_CFLAGS']