Fixed native compile target by exposing the exec macro
This commit is contained in:
parent
8990f987a0
commit
0eace4bbe6
|
|
@ -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
|
||||
Loading…
Reference in New Issue