Browse code

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

Einst Crazy authored on 2015/10/20 02:34:05
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ unstack:
26 26
 	./unstack.sh
27 27
 
28 28
 wheels:
29
-	WHEELHOUSE=$(WHEELHOUSE) tools/build-wheels.sh
29
+	WHEELHOUSE=$(WHEELHOUSE) tools/build_wheels.sh
30 30
 
31 31
 docs:
32 32
 	tox -edocs