Fixed native compile target by exposing the exec macro

This commit is contained in:
David Fowler 2014-02-10 19:31:29 -08:00
parent 8990f987a0
commit 0eace4bbe6
1 changed files with 4 additions and 1 deletions

View File

@ -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}'
k-generate-projects solutionPath='${basePath}' skipNet45='${!restore}'
macro name='Exec' program='string' commandline='string'
exec