Bug 1296449, statically link mbsdiff.exe, like we do for mar.exe r=glandium

MozReview-Commit-ID: 8oedeUVoQr4

--HG--
extra : rebase_source : c3bb6b6c00b4e787cd108af55254235eed6f50ab
This commit is contained in:
Nick Thomas 2016-08-22 16:59:33 +12:00
parent f07a85fa01
commit 0f151aa2e6

View File

@ -21,6 +21,7 @@ if CONFIG['HOST_OS_ARCH'] == 'WINNT':
HOST_OS_LIBS += [
'ws2_32',
]
USE_STATIC_LIBS = True
LOCAL_INCLUDES += [
'/toolkit/mozapps/update/updater',