vcpkg/ports/faad2/fix-install.patch
Lily Wang 1747449be8
[faad2] Update to 2.11.1 (#36646)
* [faad2] Update to 2.11.1

* update version

* fix tools name

* version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-08 22:49:56 -08:00

14 lines
324 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c0aeff..9614c19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,7 +261,7 @@ endif()
# Installation
-if(NOT FAAD_BUNDLED_MODE AND NOT MSVC)
+if(1)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/faad2.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")