diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-24 21:15:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-24 21:15:49 +0100 |
| commit | 34f650af40fb03baaac5fe06016b9645265c8124 (patch) | |
| tree | 312eaa54c3875f013a3a40d8f68f09e30129a56e | |
| parent | 4a67954d26c36a273810bda2a6ad4b5085ae008e (diff) | |
Restore accidentally commented-out line.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ def configure(conf): if conf.options.target_windows: conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS']) -# conf.env.append_value('LINKFLAGS', '-mwindows') + conf.env.append_value('LINKFLAGS', '-mwindows') conf.options.disable_player = True conf.check(lib = 'ws2_32', uselib_store = 'WINSOCK2', msg = "Checking for library winsock2") boost_lib_suffix = '-mt' |
