Skip to content

Commit

Permalink
vcpkg: Remove debug/include after build.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1917160 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Apr 19, 2024
1 parent 9eb9e7e commit 4dc7284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/vcpkg/apr-2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ else()
# In development
endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

0 comments on commit 4dc7284

Please sign in to comment.