make: fix archive_python
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@ Makefile.local~
|
||||
/build_make/
|
||||
/install_make/
|
||||
/dependencies/
|
||||
/or-tools_*
|
||||
/or-tools_cpp*
|
||||
/or-tools_dotnet*
|
||||
/or-tools_java*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user