diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index dcc66204b..aa444dd1b 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -434,6 +434,9 @@ build_binary() { message "Installing silently" && ${CMAKE_BIN_NAME} --install "$MARIA_BUILD_PATH" | spinner 30 + message "Adding symbol link to compile_commands.json to the source root" + ln -sf "$MARIA_BUILD_PATH/compile_commands.json" "$MDB_SOURCE_PATH" + check_errorcode }