diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-17 13:12:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-17 13:12:15 +0100 |
| commit | c22c118458b3eafd0b71cf61f9edb33e9770802e (patch) | |
| tree | d63783277e504b6c407706f21aa5ba091b24b93a /wscript | |
| parent | 48501fb37dd46c2e9f6f016dd987b13e61dd476a (diff) | |
Fix build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ def configure(conf): conf.env.append_value('CXXFLAGS', ['-mconsole']) conf.env.append_value('LINKFLAGS', ['-mconsole']) conf.check(lib = 'ws2_32', uselib_store = 'WINSOCK2', msg = "Checking for library winsock2") + conf.check(lib = 'bfd', uselib_store = 'BFD', msg = "Checking for library bfd") + conf.check(lib = 'dbghelp', uselib_store = 'DBGHELP', msg = "Checking for library dbghelp") + conf.check(lib = 'iberty', uselib_store = 'IBERTY', msg = "Checking for library iberty") boost_lib_suffix = '-mt' boost_thread = 'boost_thread_win32-mt' else: |
