From 826918c0c657b7ba5600301bc89553df9d650246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 28 Jul 2022 23:19:50 +0200 Subject: [PATCH] Build OpenRCT2 with breakpad support in CI Fixes #17632 --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index dba55386ba..076909ecee 100755 --- a/scripts/build +++ b/scripts/build @@ -26,7 +26,7 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then # Build everything echo -e "\033[0;36mBuilding OpenRCT2 for Windows $CONFIGURATION|$PLATFORM...\033[0m" - vstool msbuild openrct2.proj //t:build + vstool msbuild openrct2.proj -t:build -p:Breakpad=true # Create openrct2.exe and openrct2.com with correct subsystem cp bin/openrct2.exe bin/openrct2.com