From 12c9b028ded45a408cd5ff374668e265f55085cb Mon Sep 17 00:00:00 2001 From: "laurent.perron@gmail.com" Date: Fri, 3 Jan 2014 20:13:48 +0000 Subject: [PATCH] fix make install_python_modules on windows --- makefiles/Makefile.third_party.win | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/Makefile.third_party.win b/makefiles/Makefile.third_party.win index 4389fc511b..8ed9ad8a60 100644 --- a/makefiles/Makefile.third_party.win +++ b/makefiles/Makefile.third_party.win @@ -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