Skip to content

Commit f3fd201

Browse files
committed
Make: Fix archive target
1 parent 2cf69ce commit f3fd201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/Makefile.cpp.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ endif
632632
ifeq ($(UNIX_PROTOBUF_DIR),$(OR_TOOLS_TOP)/dependencies/install)
633633
$(COPYREC) dependencies$Sinstall$Sinclude$Sgoogle "$(DESTDIR)$(prefix)$Sinclude"
634634
$(COPYREC) $(subst /,$S,$(_PROTOBUF_LIB_DIR))$Slibproto* "$(DESTDIR)$(prefix)$Slib"
635-
$(COPYREC) dependencies$Sinstall$Sbin$Sprotoc "$(DESTDIR)$(prefix)$Sbin"
635+
$(COPY) dependencies$Sinstall$Sbin$Sprotoc* "$(DESTDIR)$(prefix)$Sbin"
636636
endif
637637
ifeq ($(UNIX_ABSL_DIR),$(OR_TOOLS_TOP)/dependencies/install)
638638
$(COPYREC) dependencies$Sinstall$Sinclude$Sabsl "$(DESTDIR)$(prefix)$Sinclude"

0 commit comments

Comments
 (0)