File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -218,32 +218,6 @@ else
218218 echo " "
219219 exit 6
220220fi
221- # Install Sentry dependencies if enabled
222- if [ " ${WITH_SENTRY} " = " yes" ]; then
223- echo " Installing Sentry dependencies..."
224- echo " "
225-
226- # Install git if not present (needed for Sentry Native SDK)
227- if ! command -v git & > /dev/null; then
228- pacman -S --noconfirm git
229- fi
230-
231- # Install cmake if not present (needed for building Sentry Native SDK)
232- if ! command -v cmake & > /dev/null; then
233- pacman -S --noconfirm mingw-w64-x86_64-cmake
234- fi
235-
236- # Install curl (needed for downloading Sentry Native SDK)
237- if ! command -v curl & > /dev/null; then
238- pacman -S --noconfirm mingw-w64-x86_64-curl
239- fi
240-
241- echo " ... Sentry dependencies installed"
242- echo " "
243- else
244- echo " Sentry not enabled, skipping Sentry dependencies"
245- echo " "
246- fi
247221cd ~ || exit 1
248222echo " ... setup-windows-sdk.sh shell script finished."
249223echo " "
You can’t perform that action at this time.
0 commit comments