Skip to content

Commit

Permalink
fix build_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Jan 18, 2017
1 parent 14d5d52 commit 205b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/lib/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [[ $PYTORCH_BINARY_BUILD && $PYTORCH_SO_DEPS ]]
then
echo "Copying over dependency libraries $PYTORCH_SO_DEPS"
# copy over dependency libraries into the current dir
cp -P $PYTORCH_SO_DEPS .
cp $PYTORCH_SO_DEPS .
else
echo "Not binary build"
fi

0 comments on commit 205b9bc

Please sign in to comment.