More msvc hacks

This commit is contained in:
Anthony Green
2018-03-27 11:58:42 -04:00
parent a82b456e98
commit a3e2094089
2 changed files with 5 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ do
linkargs="$linkargs lib${1#-l}.a"
;;
*)
linkargs="$linkargs ${1#-l}.lib"
# linkargs="$linkargs ${1#-l}.lib"
;;
esac
shift 1