Skip to content

Commit e201979

Browse files
committed
ports: Remove empty lib folder from gap port.
1 parent ccbb750 commit e201979

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/gap/portfile.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ vcpkg_cmake_config_fixup(
2424
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" )
2525
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" )
2626

27+
# we do not populate lib folder yet
28+
file( REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" )
29+
2730
file(
2831
INSTALL "${SOURCE_PATH}/LICENSE"
2932
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"

0 commit comments

Comments
 (0)