fix in Makefile.python.mk

This commit is contained in:
Driss Lahlou
2017-01-25 20:10:19 +01:00
parent 14b36dd240
commit cbf69c2fb1

View File

@@ -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)