diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -336,6 +336,9 @@ def configure_options(target): # a better solution. opt += ' --force-cpp11' + if hasattr(target, 'gui') and target.gui == 'no': + opt += ' --disable-gui' + # Build Windows debug versions with static linking as I think gdb works better then if target.debug and target.platform == 'windows': opt += ' --static-dcpomatic' |
