Fix copy command
This commit is contained in:
parent
1567a40629
commit
ef9d0784fb
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue