Skip to content

Commit dc90a52

Browse files
authored
Including 'tritonserver.lib' into final package (#7491)
1 parent e181662 commit dc90a52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ def core_build(
16471647
os.path.join(repo_install_dir, "bin", "tritonserver.dll"),
16481648
os.path.join(install_dir, "bin"),
16491649
)
1650+
cmake_script.cp(
1651+
os.path.join(repo_install_dir, "lib", "tritonserver.lib"),
1652+
os.path.join(install_dir, "bin"),
1653+
)
16501654
else:
16511655
cmake_script.mkdir(os.path.join(install_dir, "bin"))
16521656
cmake_script.cp(

0 commit comments

Comments
 (0)