diff options
author | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-16 17:09:44 +0200 |
---|---|---|
committer | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-17 14:38:35 +0200 |
commit | 33789fb703bcfbf77f819d078f02462a820e6d5f (patch) | |
tree | e87b84f21e5e6d9b05518c5725d18f4ccc88f1c9 /project | |
parent | bfeb2e9d9125a477f7331b10cada747129eff64e (diff) |
Update cmake and buildsetup to new python location
x64 was packaged with 32-bit *.pyd files
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 9c0b549cbe..288c313944 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.13-win32-vc140-v2.7z +python-2.7.13-win32-vc140-v3.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 6ea123775e..292b51207e 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-v2.7z +python-2.7.13-x64-vc140-v3.7z rapidjson-1.1.0-win32.7z shairplay-ce80e00-x64-vc140.7z sqlite-3.17.0-x64-vc140.7z |