diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-05-14 06:51:16 +0200 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-05-13 21:51:16 -0700 |
| commit | cf1c05fb8c6c819c89883ee51a31b7970444eff9 (patch) | |
| tree | 54ae3a3f5c281a9a1d0ad966f299769cfbdf0bf6 | |
| parent | d539182ccbf85bfef225194e1dc76e5ae2922f50 (diff) | |
| download | vcpkg-cf1c05fb8c6c819c89883ee51a31b7970444eff9.tar.gz vcpkg-cf1c05fb8c6c819c89883ee51a31b7970444eff9.zip | |
[libtheora] Remove double build. (#6431)
* remove extra build step.
vcpkg_install_cmake should also build the target.
* Update CONTROL
| -rw-r--r-- | ports/libtheora/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libtheora/portfile.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/libtheora/CONTROL b/ports/libtheora/CONTROL index 7324f0526..aa275cc88 100644 --- a/ports/libtheora/CONTROL +++ b/ports/libtheora/CONTROL @@ -1,4 +1,4 @@ Source: libtheora -Version: 1.2.0alpha1-20170719~vcpkg1-1 +Version: 1.2.0alpha1-20170719~vcpkg1-2 Description: Theora is a free and open video compression format from the Xiph.org Foundation. Build-Depends: libogg diff --git a/ports/libtheora/portfile.cmake b/ports/libtheora/portfile.cmake index 9312d6685..50e6fc653 100644 --- a/ports/libtheora/portfile.cmake +++ b/ports/libtheora/portfile.cmake @@ -31,7 +31,6 @@ vcpkg_configure_cmake( -DUSE_X86=${THEORA_X86_OPT} ) -vcpkg_build_cmake() vcpkg_install_cmake() vcpkg_copy_pdbs() |
