diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-06-13 23:43:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-06-13 23:43:15 -0700 |
| commit | 50fca8f92acd0e0a6ae082e67d58c59e01a51ad5 (patch) | |
| tree | b431a37e402242ffa81c431d914bdaeb5eed1bdf /ports/pybind11/CONTROL | |
| parent | 77a45ad175bafaeb3c72e1349acef0dc3a797307 (diff) | |
| download | vcpkg-50fca8f92acd0e0a6ae082e67d58c59e01a51ad5.tar.gz vcpkg-50fca8f92acd0e0a6ae082e67d58c59e01a51ad5.zip | |
[pybind11] Build against python3 library inside vcpkg, add find_acquire_program(PYTHON3)
Diffstat (limited to 'ports/pybind11/CONTROL')
| -rw-r--r-- | ports/pybind11/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index a51fd173c..e5ca37eb4 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,3 +1,4 @@ Source: pybind11 -Version: 2.1.0 -Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
\ No newline at end of file +Version: 2.1.0-1 +Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. +Build-Depends: python3
\ No newline at end of file |
