diff options
Diffstat (limited to 'vcpkg/ports/draco/fix-pkgconfig.patch')
| -rw-r--r-- | vcpkg/ports/draco/fix-pkgconfig.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/draco/fix-pkgconfig.patch b/vcpkg/ports/draco/fix-pkgconfig.patch new file mode 100644 index 0000000..b4e3f21 --- /dev/null +++ b/vcpkg/ports/draco/fix-pkgconfig.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/draco.pc.template b/cmake/draco.pc.template +index 050219c..2886bfc 100644 +--- a/cmake/draco.pc.template ++++ b/cmake/draco.pc.template +@@ -1,6 +1,6 @@ + Name: @PROJECT_NAME@ + Description: Draco geometry de(com)pression library. + Version: @DRACO_VERSION@ +-Cflags: -I@includes_path@ +-Libs: -L@libs_path@ -ldraco ++Cflags: -I@CMAKE_INSTALL_FULL_INCLUDEDIR@ ++Libs: -L@CMAKE_INSTALL_FULL_LIBDIR@ -ldraco + Libs.private: @CMAKE_THREAD_LIBS_INIT@ |