aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Withaar <thijs.withaar@gmail.com>2019-05-31 14:09:35 +0200
committerThijs Withaar <thijs.withaar@gmail.com>2019-06-27 18:41:28 +0200
commitf4993def219abaabf1527d66f584b2bc5c2f8e48 (patch)
tree9c2a4d82bb7baebce49264fd9eef307ef275d6f0
parent60b96c3d0c0d99dccd6f710b89212af75f1b948c (diff)
downloadvcpkg-f4993def219abaabf1527d66f584b2bc5c2f8e48.tar.gz
vcpkg-f4993def219abaabf1527d66f584b2bc5c2f8e48.zip
[soxr] Fix macos build: remove share
-rw-r--r--ports/soxr/portfile.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/soxr/portfile.cmake b/ports/soxr/portfile.cmake
index 6dbc65eb8..d71f1acdd 100644
--- a/ports/soxr/portfile.cmake
+++ b/ports/soxr/portfile.cmake
@@ -20,10 +20,10 @@ vcpkg_download_distfile(ARCHIVE
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
- ARCHIVE ${ARCHIVE}
+ ARCHIVE ${ARCHIVE}
# (Optional) A friendly name to use instead of the filename of the archive (e.g.: a version number or tag).
# REF 1.0.0
- # (Optional) Read the docs for how to generate patches at:
+ # (Optional) Read the docs for how to generate patches at:
# https://github.com/Microsoft/vcpkg/blob/master/docs/examples/patching.md
# PATCHES
# 001_port_fixes.patch
@@ -48,3 +48,4 @@ file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/so
# vcpkg_test_cmake(PACKAGE_NAME soxr)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)