make: fix archive_python

This commit is contained in:
Corentin Le Molgat
2022-11-09 09:30:29 +01:00
parent 86a64cd1f4
commit a2f777d4bd
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ rpy_%: \
"$(PYTHON_EXECUTABLE)" ortools$S$1$Ssamples$S$$*.py $(ARGS)
endef
PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt routing sat
PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat
$(foreach sample,$(PYTHON_SAMPLES),$(eval $(call python-sample-target,$(sample))))
# Examples