summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 4 insertions, 0 deletions
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'