From 9c2364b51564f11815c2c04c08fdd53ae01ef1fa Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 10 May 2014 01:14:52 +0300 Subject: Started work on Vala compilation. --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index 2608582..2bc715a 100644 --- a/build.py +++ b/build.py @@ -51,7 +51,8 @@ class Build: return False def add_compiler(self, compiler): - if self.static_linker is None and compiler.get_language() != 'java': + if self.static_linker is None and compiler.get_language() != 'java'\ + and compiler.get_language() != 'vala': self.static_linker = self.environment.detect_static_linker(compiler) if self.has_language(compiler.get_language()): return -- cgit v1.1