diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-01 18:51:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-01 18:51:07 +0000 |
| commit | 5edd130eafacda6233df537a76a3c1fe69c7e660 (patch) | |
| tree | 10cce1b97051fff356977a19285d00a3c8642e0a /wscript | |
| parent | 56f27201d8d882a4064a69314c78e1fcf1b0bb77 (diff) | |
Reimplement Kumu::DirScanner using boost to avoid dependency on msvcr100 on Windows.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ def configure(conf): if conf.options.target_windows: conf.env.append_value('CXXFLAGS', '-DLIBDCP_WINDOWS') - conf.env.append_value('LIB', 'msvcr100') else: conf.env.append_value('CXXFLAGS', '-DLIBDCP_POSIX') |
