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

Commit

Permalink
We no longer need to move the debug python libs.
Browse files Browse the repository at this point in the history
This was originally kept to be consistent with the move of the .dlls
to a common bin dir, but we are building static libs now.  Furthermore,
builds without vcpkg need to specify both the debug path and the
non-debug path to get other debug libs anyway, a mechanism which
continues to work for static Python as well.

For reference, the multiple paths should be used as follows:
> cmake -DCMAKE_PREFIX_PATH=$DEVLIBS;$DEVLIBS/debug [other parameters]
  • Loading branch information
zrax committed Jul 15, 2020
1 parent f108786 commit fcc8bf7
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 fcc8bf7

Please sign in to comment.