Skip to content

Commit

Permalink
use backslashes and specify destination file
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 17, 2023
1 parent 502ba2f commit c43fe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch-vcpkg-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# see vcpkg GitHub issue #33506 and comment with workaround:
# https://github.com/microsoft/vcpkg/issues/33506#issuecomment-1704949644

Copy-Item -Force -Verbose scripts/patch/compile_wrapper_consider_clang-cl.patch "$env:VCPKG_ROOT/scripts/msys"
Copy-Item -Force -Verbose scripts\patch\compile_wrapper_consider_clang-cl.patch "$env:VCPKG_ROOT\scripts\msys\compile_wrapper_consider_clang-cl.patch"

0 comments on commit c43fe77

Please sign in to comment.