fix ortools version in Makefile.python.mk
This commit is contained in:
@@ -264,7 +264,7 @@ python_examples_archive:
|
||||
$(COPY) tools$SREADME.examples.python temp$Sortools_examples$SREADME.txt
|
||||
$(COPY) LICENSE-2.0.txt temp$Sortools_examples
|
||||
$(COPY) tools$Ssetup_data.py temp$Sortools_examples$Ssetup.py
|
||||
$(SED) -i -e 's/VVVV/$(shell svnversion)/' temp$Sortools_examples$Ssetup.py
|
||||
$(SED) -i -e 's/VVVV/$(OR_TOOLS_VERSION)/' temp$Sortools_examples$Ssetup.py
|
||||
-$(DEL) temp$Sortools_examples$Ssetup.py-e
|
||||
ifeq ($(SYSTEM),win)
|
||||
cd temp\ortools_examples && ..\..\tools\tar.exe -C ..\.. -c -v --exclude *svn* --exclude *roadef* examples\data | ..\..\tools\tar.exe xvm
|
||||
|
||||
Reference in New Issue
Block a user