Merge pull request from gunan/r1.15

Fix typo in libtensorflow cpu build.
This commit is contained in:
Yifei Feng 2019-09-30 16:36:12 -07:00 committed by GitHub
commit 5adb433d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,4 +83,4 @@ zip libtensorflow-cpu-windows-$(uname -m).zip \
include/tensorflow/c/tf_tensor.h \
LICENSE \
THIRD_PARTY_TF_C_LICENSES
rm r-f lib include
rm -rf lib include