summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-26 22:17:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-26 22:17:58 +0100
commit4928ece9b10df775ab3003c024f52bdd30d8f591 (patch)
tree6a0b3c008c33386e2d2ebae4b9aa59ea83149cee /src/tools/wscript
parent466037c8c1cd4bdb07b959b844e83a511b3bfcfa (diff)
Implemented but faulty.
Diffstat (limited to 'src/tools/wscript')
-rw-r--r--src/tools/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript
index 4c4979190..3be2d0eba 100644
--- a/src/tools/wscript
+++ b/src/tools/wscript
@@ -14,7 +14,6 @@ def build(bld):
p.append('playomatic')
for t in p:
obj = bld(features = 'cxx cxxprogram')
- obj.uselib = 'BOOST_THREAD WXWIDGETS'
obj.includes = ['..']
obj.use = ['libdvdomatic', 'libdvdomatic-wx']
obj.source = '%s.cc' % t