diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-26 08:13:29 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-26 08:13:29 -0700 |
| commit | 4a675d467f68b7b6db950f39e21d509c3e3cd20c (patch) | |
| tree | 77c95126aa0f952a956b43317a6c0f5e7f8f2526 | |
| parent | 76a072b719790b241fb3f9cabb8f9fbd2f47545c (diff) | |
| download | vcpkg-4a675d467f68b7b6db950f39e21d509c3e3cd20c.tar.gz vcpkg-4a675d467f68b7b6db950f39e21d509c3e3cd20c.zip | |
[qt5-base] Fix regression. Fixes #3133.
| -rw-r--r-- | ports/qt5-base/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5-base/portfile.cmake b/ports/qt5-base/portfile.cmake index 39498b4a3..c398b4370 100644 --- a/ports/qt5-base/portfile.cmake +++ b/ports/qt5-base/portfile.cmake @@ -42,7 +42,7 @@ file(REMOVE_RECURSE ${SOURCE_PATH}/include/QtZlib) vcpkg_apply_patches( SOURCE_PATH ${SOURCE_PATH} PATCHES -# "${CMAKE_CURRENT_LIST_DIR}/fix-system-pcre2.patch" + "${CMAKE_CURRENT_LIST_DIR}/fix-system-pcre2.patch" "${CMAKE_CURRENT_LIST_DIR}/fix-system-freetype.patch" ) |
