From 1fa491b12359de2ebd357e47fef293e3e62c585c Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Thu, 8 May 2025 15:03:09 +0800
Subject: [PATCH] set lib install dir

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8a1b1b7..cae4187 100644
--- a/setup.py
+++ b/setup.py
@@ -256,7 +256,7 @@ class InstallLib(install_lib.install_lib):
         dst = os.path.join(self.install_dir, 'xgboost', 'lib', lib_name())
 
         libxgboost_path = lib_name()
-
+        BUILD_TEMP_DIR = os.path.join(CURRENT_DIR, 'build', 'temp.linux-x86_64-cpython-311')
         assert BUILD_TEMP_DIR is not None
         dft_lib_dir = os.path.join(CURRENT_DIR, os.path.pardir, 'lib')
         build_dir = os.path.join(BUILD_TEMP_DIR, 'xgboost', 'lib')
-- 
2.48.1

