diff options
| author | heydojo <heydojo@users.noreply.github.com> | 2019-11-18 22:04:25 +0000 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-11-18 14:04:25 -0800 |
| commit | d02bfe065d1ed48e00cc41d4f6a274541cd4603e (patch) | |
| tree | b9baeec32e5df342df717f49e1049c252b5d1107 /ports/python3/CONTROL | |
| parent | df4773c05614eb19084ae4db1fbc1bb3295d3ec6 (diff) | |
| download | vcpkg-d02bfe065d1ed48e00cc41d4f6a274541cd4603e.tar.gz vcpkg-d02bfe065d1ed48e00cc41d4f6a274541cd4603e.zip | |
Prevent python3 build failure (#9014)
* Prevent python3 build failure
If VCPKG_BUILD_TYPE release is set inside a
triplet, then the build will fail because
the port file attempts to deal with debug
files which will never exist. The changes
in this patch allow the build to succeed
if VCPKG_BUILD_TYPE release is stipulated
using a triplet before a build of the
python3 port is initiated.
* python3 version bump
Port clean up and version number
bump.
* libxslt release triplet build fix
This patch fixes a condition where
if a debug build is disabled via
triplet, the build fails and an
empty directory error message
is sent to the console.
Diffstat (limited to 'ports/python3/CONTROL')
| -rw-r--r-- | ports/python3/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index da8409fd9..7550d5568 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,5 +1,5 @@ Source: python3 -Version: 3.7.3 +Version: 3.7.4 Homepage: https://github.com/python/cpython Description: The Python programming language as an embeddable library Build-Depends: libffi, openssl
\ No newline at end of file |
