Skip to content

Commit

Permalink
Removing patch to skip installing sofa files and instead just deletin…
Browse files Browse the repository at this point in the history
…g them from debug/share
  • Loading branch information
Honeybunch committed Sep 26, 2024
1 parent bd93387 commit bd402af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
3 changes: 1 addition & 2 deletions ports/libmysofa/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ vcpkg_from_github(
SHA512 67ce39d78981dc95cf190b1be4addceec4ecc7c2b14660da53a856be8fcff97a2f238343fccac2d042212e5a101eaf26fd12b78c86d0f6ce022bb79aa9815c67
HEAD_REF "v${VERSION}"
PATCHES
# Need this so downstream doesn't try to install files that we would otherwise have to remove from the debug/share tree
skip-install-sample.patch
use-vcpkg-zlib.patch
)

Expand All @@ -25,5 +23,6 @@ vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
17 changes: 0 additions & 17 deletions ports/libmysofa/skip-install-sample.patch

This file was deleted.

2 changes: 1 addition & 1 deletion versions/l-/libmysofa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "8baeb806ef3c7728c05b3a3f7c9b5d47d6891054",
"git-tree": "64a33a6b2be828aaaa86c53ff9d8d80048ab69e3",
"version": "1.3.2",
"port-version": 0
}
Expand Down

0 comments on commit bd402af

Please sign in to comment.