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

Commit

Permalink
Merge pull request #5 from zrax/unmerge
Browse files Browse the repository at this point in the history
We no longer need to move the debug python libs.
  • Loading branch information
zrax authored Jul 16, 2020
2 parents f108786 + fcc8bf7 commit e650bb5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ build_script:
vcpkg list --x-full-desc
# Merge debug output into root, where required
Set-Location C:\tools\vcpkg\installed
Move-Item "x86-windows-static-md\debug\lib\python27_d.*" "x86-windows-static-md\lib\"
Move-Item "x86-windows-static-md\debug\lib\python38_d.*" "x86-windows-static-md\lib\"
# CURL's cmake modules are incompatible with Plasma, but CMake 3.17 tries
# to use them anyway... So we just nuke 'em
Set-Location C:\tools\vcpkg\installed
Remove-Item "x86-windows-static-md\share\curl\CURL*.cmake"
Set-Location C:\tools\vcpkg\installed\x86-windows-static-md
Expand Down

0 comments on commit e650bb5

Please sign in to comment.