diff options
| -rw-r--r-- | ports/protobuf/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index ee273b787..fa7748381 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -40,6 +40,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/protoc.exe) file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/protoc.exe) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/protobuf RENAME copyright) file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2-win32/bin/protoc.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools) |
