We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0ceb2 commit d09c297Copy full SHA for d09c297
ports/remill/portfile.cmake
@@ -15,6 +15,7 @@ vcpkg_install_cmake()
15
vcpkg_cmake_config_fixup()
16
17
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
18
+file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
19
20
file(
21
INSTALL "${SOURCE_PATH}/LICENSE"
ports/remill/vcpkg.json
@@ -17,7 +17,7 @@
],
"default-features": [
"cxx-common-llvm-14"
- ],
+ ],
"features": {
22
"system-llvm": {
23
"description": "Build with system llvm"
0 commit comments