[gnome-builder] make: add template priority
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] make: add template priority
- Date: Sun, 21 Jan 2018 00:21:14 +0000 (UTC)
commit 6f2d1a8bb37213932a3390b33ee4eef0ef383481
Author: Christian Hergert <chergert redhat com>
Date: Sat Jan 20 16:18:14 2018 -0800
make: add template priority
src/plugins/make/make_plugin.py | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/plugins/make/make_plugin.py b/src/plugins/make/make_plugin.py
index 10fa5ae15..13c35d868 100644
--- a/src/plugins/make/make_plugin.py
+++ b/src/plugins/make/make_plugin.py
@@ -362,5 +362,8 @@ class SimpleMakefileTemplate(MakeTemplateBase):
['C', 'C++'],
)
+ def do_get_priority(self):
+ return 10000
+
def prepare_files(self, files):
pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]