From 0eace4bbe6bb78b62e00ae09a00d41f9ecc2b46c Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 10 Feb 2014 19:31:29 -0800 Subject: [PATCH] Fixed native compile target by exposing the exec macro --- build/_k-standard-goals.shade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/_k-standard-goals.shade b/build/_k-standard-goals.shade index 48bb76d5f2..766aad601a 100644 --- a/build/_k-standard-goals.shade +++ b/build/_k-standard-goals.shade @@ -109,4 +109,7 @@ functions @{ macro name='UpdateProjects' basePath='string' restore='bool' k command='restore' prefetch='${false}' if='restore' - k-generate-projects solutionPath='${basePath}' skipNet45='${!restore}' \ No newline at end of file + k-generate-projects solutionPath='${basePath}' skipNet45='${!restore}' + +macro name='Exec' program='string' commandline='string' + exec \ No newline at end of file