Browse Source

CMake: Oops, fix where `panda3d` Python package goes

Sam Edwards 7 years ago
parent
commit
b3e257746e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/macros/Interrogate.cmake

+ 1 - 1
cmake/macros/Interrogate.cmake

@@ -334,5 +334,5 @@ endfunction(add_python_module)
 if(INTERROGATE_PYTHON_INTERFACE AND BUILD_SHARED_LIBS)
   # The Interrogate path needs to be installed to the architecture-dependent
   # Python directory.
-  install_python_package("${PROJECT_BINARY_DIR}/panda3d")
+  install_python_package("${PROJECT_BINARY_DIR}/panda3d" ARCH)
 endif()