summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-28 23:16:13 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-28 23:16:13 +0000
commit3940c9ceea90f99d18792bb9ea6074ca65d7fed9 (patch)
tree03d827e8f840f8c20d09fbb068bc5d1882c4c84c /wscript
parent0d3f5aae5b99832b7c5d55f32f5bccb365caa3fd (diff)
Build and install mo files from po.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/wscript b/wscript
index 16ef91f3b..f3df9cfed 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_DIR="%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'])
@@ -267,6 +267,3 @@ def post(ctx):
def pot(bld):
bld.recurse('src')
-
-def mo(bld):
- bld.recurse('src')