Fix target name.

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17365

Differential Revision: D14195831

Pulled By: soumith

fbshipit-source-id: fdf03f086f650148c34f4c548c66ef1eee698f05
This commit is contained in:
Arthur Crippa Búrigo
2019-02-22 17:11:06 -08:00
committed by Facebook Github Bot
parent 4491577fb5
commit c65b0cbe3d

View File

@ -1,6 +1,6 @@
#!/bin/bash
##############################################################################
# Example command to build the android target.
# Example command to build the Raspbian target.
##############################################################################
#
# This script shows how one can build a Caffe2 binary for raspbian. The build
@ -28,7 +28,7 @@ sudo apt-get install \
# python dependencies
sudo pip install hypothesis
# Now, actually build the android target.
# Now, actually build the raspbian target.
echo "Building caffe2"
cd $BUILD_ROOT