Skip to content

Commit

Permalink
Updated build script for standard library generation for NVIDIA version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 22, 2024
1 parent 226a9df commit 3eba0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit 3eba0de

Please sign in to comment.