summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-01 17:10:48 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-01 17:10:48 +0000
commitcbc6c5863ec336f0843a87a71e9d7a25a5e59286 (patch)
tree864a28dcf0333cfabe452f393ba6a03febd9f95d /wscript
parent3940c9ceea90f99d18792bb9ea6074ca65d7fed9 (diff)
Hopefully fix up gettext in both libdvdomatic and the wx code.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f3df9cfed..019858100 100644
--- a/wscript
+++ b/wscript
@@ -23,7 +23,7 @@ def configure(conf):
conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing',
'-Wall', '-Wno-attributes', '-Wextra',
- '-DLOCALE_DIR="%s/share/locale"' % conf.env['PREFIX']])
+ '-DLOCALE_PREFIX="%s/share/locale"' % conf.env['PREFIX']])
if conf.options.target_windows:
conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H', '-DUNICODE'])