2
0

Specify full path of hip libraries in link file.

Change-Id: I49b788f3489e7abff6b11006ff97fdfca4e5942c


[ROCm/clr commit: 197a29f142]
Este cometimento está contido em:
James Edwards
2017-04-22 15:54:14 -05:00
ascendente f1b0693479
cometimento dc0c44713f
+1 -1
Ver ficheiro
@@ -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