diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2023-12-06 12:30:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 12:30:51 +1000 |
commit | c001033eb23eae74d8c29628d106580c0c2838c6 (patch) | |
tree | e39a6b2eed78a4c709a4d6adf88256110bd69b69 /tools | |
parent | c966f681e766b53aad6bb5b6e25b7ec8c9ee5842 (diff) | |
parent | cf58aefdce70af4bdd3ac8aa0d9b892efa761a71 (diff) |
Merge pull request #24128 from rschupp/remove-pcrecpp
Remove use of pcrecpp from Kodi
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/pcre/004-win-pdb.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/depends/target/pcre/004-win-pdb.patch b/tools/depends/target/pcre/004-win-pdb.patch index 2815ca2559..7c1fb26c74 100644 --- a/tools/depends/target/pcre/004-win-pdb.patch +++ b/tools/depends/target/pcre/004-win-pdb.patch @@ -1,20 +1,18 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -969,12 +969,14 @@ +@@ -969,12 +969,12 @@ PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) IF(MSVC AND INSTALL_MSVC_PDB) - INSTALL(FILES ${PROJECT_BINARY_DIR}/pcre.pdb - ${PROJECT_BINARY_DIR}/pcreposix.pdb + INSTALL(FILES ${PROJECT_BINARY_DIR}/$<CONFIG>/pcre.pdb -+ ${PROJECT_BINARY_DIR}/$<CONFIG>/pcrecpp.pdb + ${PROJECT_BINARY_DIR}/$<CONFIG>/pcreposix.pdb DESTINATION bin CONFIGURATIONS RelWithDebInfo) - INSTALL(FILES ${PROJECT_BINARY_DIR}/pcred.pdb - ${PROJECT_BINARY_DIR}/pcreposixd.pdb + INSTALL(FILES ${PROJECT_BINARY_DIR}/$<CONFIG>/pcred.pdb -+ ${PROJECT_BINARY_DIR}/$<CONFIG>/pcrecppd.pdb + ${PROJECT_BINARY_DIR}/$<CONFIG>/pcreposixd.pdb DESTINATION bin CONFIGURATIONS Debug) |