Skip to content

Commit c1c54e7

Browse files
committed
mongolo
1 parent 756e362 commit c1c54e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conda install -y pybind11 -c conda-forge
1111
# Need to create a symlink for libnvcuvid.so.1 to libnvcuvid.so becuase that's
1212
# what Cmake is looking for and it doesn't exist by default. This is pretty
1313
# brittle.
14-
sudo ln -s libnvcuvid.so.1 /usr/lib64/libnvcuvid.so
14+
sudo ln -s /usr/lib64/libnvcuvid.so.1 /usr/lib64/libnvcuvid.so
1515

1616

1717
# Search for nvcuvid library in various locations for debugging CI build issues

0 commit comments

Comments
 (0)