aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/files/wscript-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gtk-webcore/files/wscript-fix.patch')
-rw-r--r--recipes/gtk-webcore/files/wscript-fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gtk-webcore/files/wscript-fix.patch b/recipes/gtk-webcore/files/wscript-fix.patch
new file mode 100644
index 0000000000..58a0cbff46
--- /dev/null
+++ b/recipes/gtk-webcore/files/wscript-fix.patch
@@ -0,0 +1,14 @@
+Index: git/wscript
+===================================================================
+--- git.orig/wscript
++++ git/wscript
+@@ -62,8 +62,7 @@ def rc_file(self, node):
+ rctask.set_inputs (node)
+ rctask.set_outputs (node.change_ext ('.rc.o'))
+ self.compiled_tasks.append (rctask)
+-Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE',
+- before='cc cxx', shell=False)
++ Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE', before='cc cxx', shell=False)
+
+ def configure (conf):
+ def option_checkfatal (option, desc):