@@ -158,9 +158,14 @@ do
includes="$includes -I$p"
shift 1
;;
-L)
p=$(cygpath -m $2)
args="$args /LIBPATH:$p"
shift 2
-L*)
path=`echo "$1" | sed 's/-L//'`
args+=("/LIBPATH:$path")
p=$(cygpath -m ${1#-L})
-l*)
The note is not visible to the blocked user.