diff options
| author | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-19 21:40:24 -0800 |
|---|---|---|
| committer | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-19 21:42:41 -0800 |
| commit | e97271e2e8e5ae2265d05c82a439e3eb88f6e448 (patch) | |
| tree | 483c7e61767db5141da1aa0f835e58f7adab8b3a /ports/openimageio/CONTROL | |
| parent | 2ae9ee4955dd8092fef118fdabefc255b1154366 (diff) | |
| download | vcpkg-e97271e2e8e5ae2265d05c82a439e3eb88f6e448.tar.gz vcpkg-e97271e2e8e5ae2265d05c82a439e3eb88f6e448.zip | |
[openimageio] Change feature name python to pybind11, add vcpkg_copy_tool_dependencies
Diffstat (limited to 'ports/openimageio/CONTROL')
| -rw-r--r-- | ports/openimageio/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL index d4cb9eff8..728f22a6b 100644 --- a/ports/openimageio/CONTROL +++ b/ports/openimageio/CONTROL @@ -40,9 +40,9 @@ Feature: webp Build-Depends: libwebp Description: Enable libwebp support for openimageio -Feature: python +Feature: pybind11 Build-Depends: pybind11 -Description: Enable pybind11 support for openimageio +Description: Enable Python bindings support for openimageio Feature: tools Description: Build openimageio tools
\ No newline at end of file |
