From 7f2dd8bfdbaa02e761ca76a4855262c129cc22c6 Mon Sep 17 00:00:00 2001 From: superjomn Date: Wed, 12 Jun 2019 07:01:29 +0000 Subject: [PATCH] up --- paddle/fluid/lite/tools/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/lite/tools/build.sh b/paddle/fluid/lite/tools/build.sh index f0e977e93..e8fabfc70 100755 --- a/paddle/fluid/lite/tools/build.sh +++ b/paddle/fluid/lite/tools/build.sh @@ -110,6 +110,7 @@ function test_lite_android { # Build the code and run lite server tests. This is executed in the CI system. function build_test_server { + rm -rf build mkdir -p ./build cd ./build export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/paddle/build/third_party/install/mklml/lib" -- GitLab