diff options
| author | codicodi <rob.ceglinski@gmail.com> | 2016-12-19 00:37:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 00:37:11 +0100 |
| commit | 0fca9cfcf7831f669cd92e89c03e8c9753e99ad8 (patch) | |
| tree | e40e7d3767bc5d41866d17bee7696b798f5dfb1a | |
| parent | f2578ccceed25646b7af6fd0c42e0babce4f7038 (diff) | |
| download | vcpkg-0fca9cfcf7831f669cd92e89c03e8c9753e99ad8.tar.gz vcpkg-0fca9cfcf7831f669cd92e89c03e8c9753e99ad8.zip | |
[libmodplug] nevermind
Those headers are used by ModplugXMMS project
| -rw-r--r-- | ports/libmodplug/portfile.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/libmodplug/portfile.cmake b/ports/libmodplug/portfile.cmake index 91f03f690..7ffff7091 100644 --- a/ports/libmodplug/portfile.cmake +++ b/ports/libmodplug/portfile.cmake @@ -13,11 +13,6 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-# don't package internal headers
-file(REMOVE ${CURRENT_PACKAGES_DIR}/include/libmodplug/it_defs.h)
-file(REMOVE ${CURRENT_PACKAGES_DIR}/include/libmodplug/sndfile.h)
-file(REMOVE ${CURRENT_PACKAGES_DIR}/include/libmodplug/stdafx.h)
-
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/bin)
file(RENAME ${CURRENT_PACKAGES_DIR}/lib/modplug.dll ${CURRENT_PACKAGES_DIR}/bin/modplug.dll)
|
