diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-23 13:20:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-23 19:03:03 +0100 |
| commit | e362d542009ffeadb4fc892bea605d03d9802bdf (patch) | |
| tree | 3bf16a742ff5e287fb29ea8142db13060819729f /src/tools/wscript | |
| parent | 86cecf06e9ce01230904cb1d7a40b4f1e65547cd (diff) | |
Fix build of Windows debug version.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 76c87598f..0670dd852 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -33,7 +33,7 @@ def build(bld): uselib += 'ICU NETTLE ' if bld.env.TARGET_WINDOWS: - uselib += 'WINSOCK2' + uselib += 'WINSOCK2 BFD DBGHELP IBERTY SHLWAPI MSWSOCK BOOST_LOCALE ' for t in ['dcpomatic_cli', 'dcpomatic_server_cli', 'server_test', 'dcpomatic_kdm_cli', 'dcpomatic_create']: obj = bld(features='cxx cxxprogram') |
