From b7874e86db2ac905b2f794004be66271ccc6e298 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Thu, 1 Aug 2024 21:37:02 -0700 Subject: [PATCH] Including 'tritonserver.lib' into final package --- build.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.py b/build.py index 6ab8a58515..2c95cbded3 100755 --- a/build.py +++ b/build.py @@ -1647,6 +1647,10 @@ def core_build( os.path.join(repo_install_dir, "bin", "tritonserver.dll"), os.path.join(install_dir, "bin"), ) + cmake_script.cp( + os.path.join(repo_install_dir, "lib", "tritonserver.lib"), + os.path.join(install_dir, "bin"), + ) else: cmake_script.mkdir(os.path.join(install_dir, "bin")) cmake_script.cp(