From 9f7d89c7a82148b8f18e67ae1227e54d7e8d2229 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 18 Jun 2009 02:51:35 +0200 Subject: [PATCH] Add -c (cache) to intltool flags to be forward compatible with waf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 34d20c52..fe180b5f 100644 --- a/wscript +++ b/wscript @@ -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')