.dso -> .pyd is the right extension for python .dll WIN32

This commit is contained in:
Miguel Angel Ajo 2012-07-22 14:19:52 +02:00
parent 5d0dee1364
commit 894e6eb5ea
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ if (KICAD_SCRIPTING_MODULES)
install(FILES ${CMAKE_BINARY_DIR}/pcbnew/pcbnew.py
DESTINATION ${PYTHON_DEST})
if (WIN32)
install(FILES ${CMAKE_BINARY_DIR}/pcbnew/_pcbnew.dso
install(FILES ${CMAKE_BINARY_DIR}/pcbnew/_pcbnew.pyd
DESTINATION ${PYTHON_DEST})
else(WIN32)
install(FILES ${CMAKE_BINARY_DIR}/pcbnew/_pcbnew.so