Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jianfeifeng committed Jun 17, 2020
1 parent 331a833 commit 05ac179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add_subdirectory(tools)
add_subdirectory(kits)
add_subdirectory(tests)
add_custom_target(bolt_library ALL
COMMAND ./CI_SCRIPTS/build_light_bolt.sh ${CMAKE_BINARY_DIR} ${USE_MALI} ${USE_DEBUG} ${USE_LLVM_CLANG} ${CMAKE_CXX_COMPILER} ${CMAKE_AR} ${CMAKE_STRIP}
COMMAND ./scripts/build_light_bolt.sh ${CMAKE_BINARY_DIR} ${USE_MALI} ${USE_DEBUG} ${USE_LLVM_CLANG} ${CMAKE_CXX_COMPILER} ${CMAKE_AR} ${CMAKE_STRIP}
WORKING_DIRECTORY $ENV{BOLT_ROOT})

if (USE_MALI)
Expand Down
2 changes: 1 addition & 1 deletion quick_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [ ${exe_on_device} == true ] ; then
do
adb -s ${device} push ${file} ${device_dir} || exit 1
done
${script_dir}/CI_SCRIPTS/push_third_party.sh -l ${script_dir}/third_party/llvm -d ${device} -p ${device_dir} || exit 1
${script_dir}/scripts/push_third_party.sh -l ${script_dir}/third_party/llvm -d ${device} -p ${device_dir} || exit 1
fi
fi

Expand Down

0 comments on commit 05ac179

Please sign in to comment.