archive: Fix protobuf recursive copy

need to use "xcopy source destination /E"
This commit is contained in:
Corentin Le Molgat
2018-07-24 10:35:21 +02:00
parent ec6c281d94
commit 09b4af2b91

View File

@@ -566,7 +566,7 @@ ifeq ($(WINDOWS_GLOG_DIR),$(OR_ROOT_FULL)\\dependencies\\install)
endif
ifeq ($(WINDOWS_PROTOBUF_DIR),$(OR_ROOT_FULL)\\dependencies\\install)
$(MKDIR) "$(DESTDIR)$(prefix)$Sinclude$Sgoogle"
$(COPYREC) dependencies$Sinstall$Sinclude$Sgoogle "$(DESTDIR)$(prefix)$Sinclude$Sgoogle"
$(COPYREC) dependencies$Sinstall$Sinclude$Sgoogle "$(DESTDIR)$(prefix)$Sinclude$Sgoogle /E"
endif
ifeq ($(WINDOWS_CBC_DIR),$(OR_ROOT_FULL)\\dependencies\\install)
$(MKDIR) "$(DESTDIR)$(prefix)$Sinclude$Scoin"