Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu authored Jul 22, 2023
1 parent 329b807 commit f0de794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ if [[ -n "${DORIS_POST_BUILD_HOOK}" ]]; then
fi

if [[ -f "${CMAKE_BUILD_DIR}/compile_commands.json" ]]; then
ln -s ${CMAKE_BUILD_DIR}/compile_commands.json ${DORIS_HOME}/compile_commands.json
ln -s "${CMAKE_BUILD_DIR}/compile_commands.json" "${DORIS_HOME}/compile_commands.json"
fi

exit 0

0 comments on commit f0de794

Please sign in to comment.