diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-21 12:05:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-21 12:05:44 +0000 |
| commit | f94ed8f663a5ce6e55484c10dcade6d7b7d2e5ed (patch) | |
| tree | e3c9b0fc0dc87dd52f69461a1763a7f99ff3cd31 | |
| parent | 6cb347531ee421d6bb39da5e78d660b594c8c9b6 (diff) | |
Fix typo.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
