diff options
| author | MACHIZAUD Andréa <andrea.machizaud@gmail.com> | 2020-03-10 20:25:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 12:25:18 -0700 |
| commit | e48fe56787e825f1b8c0e53d6c4db51b8bf9256d (patch) | |
| tree | 4a2a7706806ce0fa216c75f3e9144bca83220e6d /ports/python3/CONTROL | |
| parent | d1b89575bd2945e5a4fc54dca484a6f86112d33e (diff) | |
| download | vcpkg-e48fe56787e825f1b8c0e53d6c4db51b8bf9256d.tar.gz vcpkg-e48fe56787e825f1b8c0e53d6c4db51b8bf9256d.zip | |
[python3] Modernize port + added --enable-shared (#9978)
Diffstat (limited to 'ports/python3/CONTROL')
| -rw-r--r-- | ports/python3/CONTROL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index da8409fd9..074641ea8 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,5 +1,8 @@ Source: python3 -Version: 3.7.3 +Version: 3.7.3-1 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 +Build-Depends: libffi, openssl + +Feature: enable-shared +Description: Build shared libraries in addition to static ones built by default |
