scripts: copy compilation into bin

This commit is contained in:
Mitchell Hashimoto 2014-04-26 12:49:41 -07:00
parent 802f9cb473
commit 130c0b1ce5
1 changed files with 1 additions and 0 deletions

View File

@ -60,3 +60,4 @@ case $(uname) in
esac
IFS=: MAIN_GOPATH=( $GOPATH )
cp pkg/${XC_OS}_${XC_ARCH}/* ${MAIN_GOPATH}/bin
cp pkg/${XC_OS}_${XC_ARCH}/* ./bin