From b3e257746e4c52095c798723cbdb5846c9e8de03 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 5 Dec 2018 19:51:04 -0700 Subject: [PATCH] CMake: Oops, fix where `panda3d` Python package goes --- cmake/macros/Interrogate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/Interrogate.cmake b/cmake/macros/Interrogate.cmake index 1e0134e5ff..7114d9b762 100644 --- a/cmake/macros/Interrogate.cmake +++ b/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()