| commit | e3a239b2990edfd6517c9bdb1b55fce5618f5277 | [log] [tgz] |
|---|---|---|
| author | Einst Crazy <yu.changcai@99cloud.net> | Tue Oct 20 01:34:05 2015 +0800 |
| committer | Einst Crazy <yu.changcai@99cloud.net> | Tue Oct 20 01:34:05 2015 +0800 |
| tree | 02e8a100bc9a194ac57cc0696ed635ee45abbb5e | |
| parent | 0ba18481672964808bbbc4160643387dc931c654 [diff] |
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
diff --git a/Makefile b/Makefile index 082aff2..a6bb230 100644 --- a/Makefile +++ b/Makefile
@@ -26,7 +26,7 @@ ./unstack.sh wheels: - WHEELHOUSE=$(WHEELHOUSE) tools/build-wheels.sh + WHEELHOUSE=$(WHEELHOUSE) tools/build_wheels.sh docs: tox -edocs