From 42d11b68812108ccda802d0ff950b5299d08e40a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 30 Nov 2025 23:45:20 +0100 Subject: Add sentry crash reporting on Windows. --- cscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 757663691..03fe71b87 100644 --- a/cscript +++ b/cscript @@ -583,6 +583,10 @@ def configure_options(target, options, for_package=False): ): opt += ' --enable-grok' + + if target.platform == 'windows': + opt += ' --enable-sentry' + if build_with_cpp17(target): opt += ' --c++17' -- cgit v1.2.3