2,684
edits
(→The script: revision 1.19) |
(→The script: Twice: fixed NEGGIA_PATH to be DURIN_PATH) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 979: | Line 979: | ||
if [ -e $durin_path ]; then | if [ -e $durin_path ]; then | ||
LIB="LIB=$durin_path" | LIB="LIB=$durin_path" | ||
echo "LIB= <durin-plugin> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name or set \$ | echo "LIB= <durin-plugin> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name or set \$DURIN_PATH." | ||
else | else | ||
LIB="!LIB=/usr/local/lib64/durin-plugin.so" | LIB="!LIB=/usr/local/lib64/durin-plugin.so" | ||
echo "durin-plugin.so not found. Specify LIB=<path-to-durin-plugin> in XDS.INP -- set \$ | echo "durin-plugin.so not found. Specify LIB=<path-to-durin-plugin> in XDS.INP -- set \$DURIN_PATH to specify the path!" | ||
fi | fi | ||
fi | fi |