diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-12 02:18:07 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-12 02:18:07 (GMT) |
commit | 16c18a354b8ae3e6a2a68de5cdb2679c5c8011e5 (patch) | |
tree | e02e354886fd068fd97f45c5aa3c117d7e6f9c7a /PCbuild/get_externals.bat | |
parent | 11a86ffe5ec975845e9519e27518d0451db37247 (diff) | |
download | cpython-16c18a354b8ae3e6a2a68de5cdb2679c5c8011e5.zip cpython-16c18a354b8ae3e6a2a68de5cdb2679c5c8011e5.tar.gz cpython-16c18a354b8ae3e6a2a68de5cdb2679c5c8011e5.tar.bz2 |
Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index a45e73d..91a2a6d 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -59,7 +59,7 @@ set libraries=%libraries% sqlite-3.14.1.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6
-set libraries=%libraries% xz-5.0.5
+set libraries=%libraries% xz-5.2.2
for %%e in (%libraries%) do (
if exist %%e (
|