Change pcbnew.pyd install location for vcpkg
This commit is contained in:
parent
a0b9b0c3ee
commit
64f817001a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue