Skip to content

Commit ca1d95b

Browse files
committed
Revert to moving the source directory
Symlinking does not work with php-sdk
1 parent 8e5eccb commit ca1d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/BuildPhp/public/Invoke-PhpBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Invoke-PhpBuild {
5454
if(-not($fetchSrc)) {
5555
$sourcePath = $currentDirectory
5656
}
57-
New-Item -ItemType SymbolicLink -Path $buildPath -Target $sourcePath -Force > $null 2>&1
57+
Move-Item $sourcePath $buildPath
5858
Set-Location "$buildPath"
5959
New-Item "..\obj" -ItemType "directory" > $null 2>&1
6060
Copy-Item "..\config.$Ts.bat"

0 commit comments

Comments
 (0)