##// END OF EJS Templates
fixed mistake on linklibs.sh script.
jeandet -
r136:217245b6ebff alexis
parent child
Show More
@@ -31,7 +31,7 source $VHDLIB_LIB_PATH/scripts/lpp_bash
31 GRLIBPATH=$1
31 GRLIBPATH=$1
32
32
33 if [ -d "$GRLIBPATH" ]; then
33 if [ -d "$GRLIBPATH" ]; then
34 LPP_PATCHPATH=`relpath $GRLIBPATH $VHDLIB_LIB_PATH`
34 LPP_PATCHPATH=`relpath $GRLIBPATH/lib $VHDLIB_LIB_PATH`
35 echo $LPP_PATCHPATH
35 echo $LPP_PATCHPATH
36 if [ -d "$GRLIBPATH/lib" ]; then
36 if [ -d "$GRLIBPATH/lib" ]; then
37 if [ -d "$GRLIBPATH/designs" ]; then
37 if [ -d "$GRLIBPATH/designs" ]; then
General Comments 0
You need to be logged in to leave comments. Login now