summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/wscript b/wscript
index 0670e50a66..925f8702be 100644
--- a/wscript
+++ b/wscript
@@ -129,7 +129,8 @@ build_options = [
'name': '--swift-static',
'desc': 'static Swift linking',
'deps': 'os-darwin',
- 'func': check_ctx_vars('SWIFT_LIB_STATIC')
+ 'func': check_ctx_vars('SWIFT_LIB_STATIC'),
+ 'default': 'disable'
}
]
@@ -958,7 +959,7 @@ standalone_features = [
}, {
'name': '--macos-cocoa-cb',
'desc': 'macOS opengl-cb backend',
- 'deps': 'cocoa && swift',
+ 'deps': 'cocoa && swift',
'func': check_true
}
]