Add -c (cache) to intltool flags to be forward compatible with waf

This commit is contained in:
Christian Dywan 2009-06-18 02:51:35 +02:00
parent 80f98430fc
commit 9f7d89c7a8

View file

@ -359,7 +359,7 @@ def build (bld):
obj = bld.new_task_gen ('intltool_in')
obj.source = 'data/' + APPNAME + '.desktop.in'
obj.install_path = appdir
obj.flags = '-d'
obj.flags = ['-d', '-c']
bld.install_files (appdir, 'data/' + APPNAME + '.desktop')
else:
folder = os.path.abspath (blddir + '/default/data')