Skip to content

Commit

Permalink
separate pypi modules across linux distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Perron committed Jul 14, 2017
1 parent 2aa12b6 commit 03733c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ifeq ($(SYSTEM),win)
cd temp && ..\tools\zip.exe -r ..\or-tools_python_examples_v$(OR_TOOLS_VERSION).zip ortools_examples
else
cd temp/ortools_examples && tar -C ../.. -c -v --exclude *svn* --exclude *roadef* examples/data | tar xvm
cd temp && tar -c -v -z --no-same-owner -f ../or-tools_python_examples_v$(OR_TOOLS_VERSION).tar.gz ortools_examples
cd temp && tar -c -v -z --no-same-owner -f ../or-tools_python_examples$(PYPI_OS)_v$(OR_TOOLS_VERSION).tar.gz ortools_examples
endif

PYPI_ARCHIVE_TEMP_DIR = temp-python$(PYTHON_VERSION)
Expand Down

0 comments on commit 03733c7

Please sign in to comment.