Fix copy command

This commit is contained in:
Pranav K 2016-03-18 14:29:36 -07:00
parent 1567a40629
commit ef9d0784fb
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ var buildTarget = "compile"
if (IsLinux)
{
Exec("cp", "-ar .build " + Path.Combine(repo, ".build"), "");
Exec("cp", " -R -l .build " + Path.Combine(repo, ".build"), "");
}
else
{