Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix windows build path
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 14, 2019
1 parent 2cfdd9d commit 2781f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/win/build_plat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (-not $pack) {
& $_ -m pip install -U pip
& $_ -m pip install -U pyfindvs setuptools wheel cython

Push-Location "$root\..\src\ptvsd\_vendored\pydevd"
Push-Location "$root\..\..\src\ptvsd\_vendored\pydevd"
& $_ setup_cython.py enable_msbuildcompiler build_ext -b "$bin" -t "$obj"
Pop-Location
}
Expand Down

0 comments on commit 2781f71

Please sign in to comment.