diff options
author | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-14 18:00:46 +0200 |
---|---|---|
committer | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-14 18:00:46 +0200 |
commit | ac46fee6b43467027771037c53e0eb02d78260d2 (patch) | |
tree | 0d05b286447ad0f9f67f0c28d9c5b86efce03a8a /project/BuildDependencies | |
parent | d88a4ec1115808d630f9e63ad02866732a72da2a (diff) |
Hopefully fix a python crash
We're crashing a lot because of a comparison that should be equals isn't even though memory looks good. possible race condition
Diffstat (limited to 'project/BuildDependencies')
-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..8a983bd649 100644 --- a/project/BuildDependencies/scripts/0_package.target-win32.list +++ b/project/BuildDependencies/scripts/0_package.target-win32.list @@ -37,7 +37,7 @@ openssl-1.0.2g-win32-vc140-v2.7z pcre-8.37-win32-vc140-v3.7z pillow-3.1.0-win32-vc140.7z pycryptodome-3.4.3-win32.7z -python-2.7.11-win32-vc140-v2.7z +python-2.7.13-win32-vc140-v2.7z rapidjson-1.1.0-win32.7z shairplay-0.9.0-win32-vc140-v2.7z sqlite-3.10.2-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..d9481b567c 100644 --- a/project/BuildDependencies/scripts/0_package.target-x64.list +++ b/project/BuildDependencies/scripts/0_package.target-x64.list @@ -32,7 +32,7 @@ mini_wdk-10.0.14393.0-x64.7z mysql-connector-c-6.1.9-x64-vc140.7z openssl-1.0.2k-x64-vc140.7z pcre-8.40-x64-vc140.7z -python-2.7.13-x64-vc140.7z +python-2.7.13-x64-vc140-v2.7z rapidjson-1.1.0-win32.7z shairplay-ce80e00-x64-vc140.7z sqlite-3.17.0-x64-vc140.7z |