Skip to content

Commit

Permalink
make: Fix libortools copy in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Mar 15, 2022
1 parent fa4f0fe commit 14bfdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.cpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ ifeq ($(PLATFORM),WIN64)
$(COPYREC) /E /Y share "$(DESTDIR)$(prefix)"
else
$(COPYREC) include "$(DESTDIR)$(prefix)$S"
$(COPY) $(LIB_DIR)*$S$(LIB_PREFIX)ortools.$L* "$(DESTDIR)$(prefix)$Slib$S"
$(COPY) $(LIB_DIR)*$S$(LIB_PREFIX)ortools*.$L* "$(DESTDIR)$(prefix)$Slib$S"
$(COPYREC) share "$(DESTDIR)$(prefix)$S"
endif
$(COPY) bin$Sprotoc* "$(DESTDIR)$(prefix)$Sbin"
Expand Down

0 comments on commit 14bfdbe

Please sign in to comment.