From e3a239b2990edfd6517c9bdb1b55fce5618f5277 Mon Sep 17 00:00:00 2001 From: Einst Crazy Date: Tue, 20 Oct 2015 01:34:05 +0800 Subject: [PATCH] Modify the build-wheels.sh to build_wheels.sh The path is tools/build_wheels.sh, but in the Makefile which is tools/build-wheels.sh. Modify it to the correct one. Change-Id: If297b65b539403af10a73adbbadfcd8281d40009 Closes-Bug: #1507699 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 082aff21d2..a6bb230708 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ unstack: ./unstack.sh wheels: - WHEELHOUSE=$(WHEELHOUSE) tools/build-wheels.sh + WHEELHOUSE=$(WHEELHOUSE) tools/build_wheels.sh docs: tox -edocs