From 7d5b01b5678331b44f9a869f87dd3ce73d650f58 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 May 2015 14:44:23 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application.vala b/src/Application.vala index 7778176a7..c62046635 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -64,6 +64,7 @@ public static string opt_compile_target; public static string opt_compile_skip; public static string opt_compile_add; + public static string opt_compile_output; public static bool opt_debug = false; public static string _self; -- 2.39.2