aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Blaschke <kai.blaschke@kb-dev.net>2019-09-13 01:16:06 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-12 16:16:06 -0700
commit563166f21aa01cd9c4dcca771428a69ece7be1bf (patch)
treed3c36f0d0e389d0fc4fc334dfbb4a7df4ad619a4
parent595363d842bab763dbd36c7a0cbc5247423b6b19 (diff)
downloadvcpkg-563166f21aa01cd9c4dcca771428a69ece7be1bf.tar.gz
vcpkg-563166f21aa01cd9c4dcca771428a69ece7be1bf.zip
[poco] Always remove bin and debug/bin directories on Linux (#8152)
-rw-r--r--ports/poco/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/poco/portfile.cmake b/ports/poco/portfile.cmake
index 518106030..4e7995a49 100644
--- a/ports/poco/portfile.cmake
+++ b/ports/poco/portfile.cmake
@@ -121,7 +121,7 @@ endif()
#
-if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
+if (VCPKG_LIBRARY_LINKAGE STREQUAL static OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/bin
${CURRENT_PACKAGES_DIR}/debug/bin)