Specify full path of hip libraries in link file.

Change-Id: I49b788f3489e7abff6b11006ff97fdfca4e5942c
This commit is contained in:
James Edwards
2017-04-22 15:54:14 -05:00
parent 36353a560f
commit 4869bf5a7c
+1 -1
View File
@@ -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