diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-02 15:12:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-02 15:12:26 +0100 |
| commit | bff3ee89298b12f5e3dcb16f13a3e30e542ce87d (patch) | |
| tree | 7ff22706af0f9524e9f007668001359b6bccea92 /wscript | |
| parent | c8f2fceb2c023463ca9026a5c6a6bd9c5c99f61a (diff) | |
No-op: formatting fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,10 +6,10 @@ VERSION = '0.95.0devel' def options(opt): opt.load('compiler_cxx') - opt.add_option('--target-windows', action='store_true', default = False, help = 'set up to do a cross-compile to Windows') - opt.add_option('--osx', action='store_true', default = False, help = 'set up to build on OS X') - opt.add_option('--enable-debug', action='store_true', default = False, help = 'build with debugging information and without optimisation') - opt.add_option('--static', action='store_true', default = False, help = 'build libdcp and in-tree dependencies statically, and link statically to openjpeg and cxml') + opt.add_option('--target-windows', action='store_true', default=False, help='set up to do a cross-compile to Windows') + opt.add_option('--osx', action='store_true', default=False, help='set up to build on OS X') + opt.add_option('--enable-debug', action='store_true', default=False, help='build with debugging information and without optimisation') + opt.add_option('--static', action='store_true', default=False, help='build libdcp and in-tree dependencies statically, and link statically to openjpeg and cxml') def configure(conf): conf.load('compiler_cxx') |
