Specify full path of hip libraries in link file.
Change-Id: I49b788f3489e7abff6b11006ff97fdfca4e5942c (cherry picked from commit4869bf5a7c) [ROCm/clr commit:e88cd7720b]
This commit is contained in:
committed by
JamesAdrian Edwards
parent
8aa569c2f1
commit
5c1e369ce3
@@ -19,7 +19,7 @@ mkdir -p $ROCMLIBDIR/cmake
|
||||
pushd $ROCMLIBDIR
|
||||
for f in $HIPLIBFILES
|
||||
do
|
||||
ln -s $f $(basename $f)
|
||||
ln -s $HIPLIBDIR/$f $(basename $f)
|
||||
done
|
||||
# Make the hip cmake directory link.
|
||||
pushd cmake
|
||||
|
||||
Reference in New Issue
Block a user