diff options
author | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-14 17:56:16 +0200 |
---|---|---|
committer | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-14 17:56:16 +0200 |
commit | 9564634644ea81a47fd509e08fe38e013dd5868d (patch) | |
tree | 5af66725f2bf57ace2f986a5f07029ba72b72525 /project | |
parent | d88a4ec1115808d630f9e63ad02866732a72da2a (diff) |
Hopefully fix a dnssd crash
win32 version was built against msvcr100
if it's missing load fail and we crash.
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.target-win32.list | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/0_package.target-x64.list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/0_package.target-win32.list b/project/BuildDependencies/scripts/0_package.target-win32.list index cddfd7aad0..4b67526511 100644 --- a/project/BuildDependencies/scripts/0_package.target-win32.list +++ b/project/BuildDependencies/scripts/0_package.target-win32.list @@ -9,7 +9,7 @@ cpluff-ed7874fc-win32-vc140.7z crossguid-8f399e-win32-vc140-v3.7z curl-7.48-win32-vc140.7z -dnssd-541-win32.zip +dnssd-765.50.9-win32-vc140-v2.7z easyhook-2.7.5870.0-win32-vc140-v2.7z expat-2.2.0-win32-vc140.7z fmt-3.0.1-win32-vc140.7z diff --git a/project/BuildDependencies/scripts/0_package.target-x64.list b/project/BuildDependencies/scripts/0_package.target-x64.list index d4ccce22f9..debc446cda 100644 --- a/project/BuildDependencies/scripts/0_package.target-x64.list +++ b/project/BuildDependencies/scripts/0_package.target-x64.list @@ -9,7 +9,7 @@ cpluff-0.1.3-x64-vc140.7z crossguid-fef89a4-x64-vc140.7z curl-7.52.1-x64-vc140.7z -dnssd-765.50.9-x64-vc140.7z +dnssd-765.50.9-x64-vc140-v2.7z easyhook-2.7.6035.0-x64-vc140.7z expat-2.2.0-x64-vc140.7z fmt-3.0.1-x64-vc140.7z |