Change pcbnew.pyd install location for vcpkg

This commit is contained in:
Marek Roszko 2021-02-10 21:05:06 -05:00
parent a0b9b0c3ee
commit 64f817001a
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
CACHE PATH "Python module install path."
)
elseif( VCPKG_TOOLCHAIN )
set( PYTHON_DEST "${CMAKE_INSTALL_PREFIX}/lib/python3/Lib/site-packages"
set( PYTHON_DEST "${CMAKE_INSTALL_PREFIX}/bin/Lib/site-packages"
CACHE PATH "Python module install path."
)
else()