From cbf69c2fb1e8adbe7f2d032957efcda55dfbc494 Mon Sep 17 00:00:00 2001 From: Driss Lahlou Date: Wed, 25 Jan 2017 20:10:19 +0100 Subject: [PATCH] fix in Makefile.python.mk --- makefiles/Makefile.python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.python.mk b/makefiles/Makefile.python.mk index dea1513c3e..3b531ae086 100755 --- a/makefiles/Makefile.python.mk +++ b/makefiles/Makefile.python.mk @@ -249,7 +249,7 @@ endif PYPI_ARCHIVE_TEMP_DIR = temp-python$(PYTHON_VERSION) -OR_TOOLS_PYTHON_GEN_SCRIPTS = $(wildcard src/gen/ortools/*/*) +OR_TOOLS_PYTHON_GEN_SCRIPTS = $(wildcard src/gen/ortools/*/*.py) $(wildcard src/gen/ortools/*/*.cc) pypi_archive: python $(PYPI_ARCHIVE_TEMP_DIR)