mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[poco] Always remove bin and debug/bin directories on Linux (#8152)
This commit is contained in:
parent
595363d842
commit
563166f21a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user