fix make install_python_modules on windows

This commit is contained in:
laurent.perron@gmail.com
2014-01-03 20:13:48 +00:00
parent a4ecaeaf30
commit 12c9b028de

View File

@@ -326,6 +326,7 @@ makefile_third_party: Makefile.local
# Install python modules
install_python_modules:
cd dependencies\sources\google-apputils && $(WINDOWS_PYTHON_PATH)\\python.exe setup.py install --user
copy dependencies\install\bin\protoc.exe dependencies\sources\protobuf\src
cd dependencies\sources\protobuf/python && $(WINDOWS_PYTHON_PATH)\\python.exe setup.py build
cd dependencies\sources\protobuf/python && $(WINDOWS_PYTHON_PATH)\\python.exe setup.py install --user