From 3eba0de163de659541f83b281e5eeaa2697ffaf0 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Wed, 23 Oct 2024 06:35:37 +0800 Subject: [PATCH] Updated build script for standard library generation for NVIDIA version. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 189e737..14b622e 100644 --- a/build.py +++ b/build.py @@ -139,7 +139,7 @@ cuda_lib_args = [ 'nvcc', '-Ilib', '-shared', '-o', - os.path.join('dist', 'stdzhv1.0-cuda'), + os.path.join('dist', 'stdzhv1.0-nvidia'), rt_bin, cc_files ]