Skip to content

Commit 9b18eff

Browse files
committed
make: fix archive_python target
1 parent 92b92f4 commit 9b18eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/Makefile.python.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rpy_%: \
8181
"$(PYTHON_EXECUTABLE)" ortools$S$1$Ssamples$S$$*.py $(ARGS)
8282
endef
8383

84-
PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat
84+
PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat set_cover
8585
$(foreach sample,$(PYTHON_SAMPLES),$(eval $(call python-sample-target,$(sample))))
8686

8787
# Examples

0 commit comments

Comments
 (0)