Skip to content

Commit d09c297

Browse files
author
Henrich Lauko
committed
ports: Fix redundent remill debug paths.
1 parent 3d0ceb2 commit d09c297

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ports/remill/portfile.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vcpkg_install_cmake()
1515
vcpkg_cmake_config_fixup()
1616

1717
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
18+
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
1819

1920
file(
2021
INSTALL "${SOURCE_PATH}/LICENSE"

ports/remill/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"default-features": [
1919
"cxx-common-llvm-14"
20-
],
20+
],
2121
"features": {
2222
"system-llvm": {
2323
"description": "Build with system llvm"

0 commit comments

Comments
 (0)