diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 10:43:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 10:43:20 +0100 |
| commit | 681b24e6b56873683900b7930b5f57a2f2a1f9f5 (patch) | |
| tree | d9a3d9bce12d34db89c4c9498b1b8c86e9f9e013 /wscript | |
| parent | 62701cd6827b885fdfaef5159a542ea25a6c24b7 (diff) | |
Typo in previous.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ def configure(conf): conf.env.ENABLE_DEBUG = conf.options.enable_debug if conf.options.target_windows: - conf.env.append_value('CXXFLAGS', ['-DLIBDCP_WINDOWS', 'OPENSSL_SYS_WIN32']) + conf.env.append_value('CXXFLAGS', ['-DLIBDCP_WINDOWS', '-DOPENSSL_SYS_WIN32']) else: conf.env.append_value('CXXFLAGS', '-DLIBDCP_POSIX') |
