src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2019 09:22:31 +0000 (17:22 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2019 09:22:31 +0000 (17:22 +0800)
src/Palete/ValaSource.vala

index b4c00b9..d9dca96 100644 (file)
@@ -178,7 +178,7 @@ namespace Palete {
                        args += "--project";
                        args += this.file.project.fn;
                        args += "--target";
-                       args += this.file.build_module;
+                       args += this.file.tree.get("build_module",'*');