summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-21 12:05:44 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-21 12:05:44 +0000
commitf94ed8f663a5ce6e55484c10dcade6d7b7d2e5ed (patch)
treee3c9b0fc0dc87dd52f69461a1763a7f99ff3cd31
parent6cb347531ee421d6bb39da5e78d660b594c8c9b6 (diff)
Fix typo.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 171b71181..24ebfe548 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ def configure(conf):
if conf.options.target_windows:
conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H', '-DUNICODE'])
- conv.env.append_value('CXXFLAGS', '-DLOCALE_PREFIX="../locale"')
+ conf.env.append_value('CXXFLAGS', '-DLOCALE_PREFIX="../locale"')
wxrc = os.popen('wx-config --rescomp').read().split()[1:]
conf.env.append_value('WINRCFLAGS', wxrc)
if conf.options.enable_debug: