summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-22 13:13:40 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-22 13:13:40 +0000
commit6e2ee564f38f2fa924f1d1c4fb95391cdee63bb6 (patch)
tree6f20c6cb6ed51423f7773d90e1021cd8baf25985 /wscript
parentd7561eabc79d700e13e592984effba8da5fc7fdd (diff)
Fix a couple of python bits that python3 doesn't like.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 33e4d6d03..0957fdb39 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,6 @@ def configure(conf):
if conf.options.target_windows:
conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H', '-DUNICODE'])
wxrc = os.popen('wx-config --rescomp').read().split()[1:]
- print wxrc
conf.env.append_value('WINRCFLAGS', wxrc)
if conf.options.enable_debug:
conf.env.append_value('CXXFLAGS', ['-mconsole'])