summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-27 11:58:42 -0400
committerAnthony Green <green@moxielogic.com>2018-03-27 11:58:42 -0400
commita3e20940898ed2ca96b9df87f34117d06d900e5f (patch)
tree27a45ffbfd6001e7d89981e33c3ef729f75be62c /msvcc.sh
parenta82b456e98b0f3fbafe76725d1a1503d458a2178 (diff)
downloadlibffi-a3e20940898ed2ca96b9df87f34117d06d900e5f.tar.gz
More msvc hacks
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvcc.sh b/msvcc.sh
index 27fafae..9ed6bd1 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -177,7 +177,7 @@ do
linkargs="$linkargs lib${1#-l}.a"
;;
*)
- linkargs="$linkargs ${1#-l}.lib"
+ # linkargs="$linkargs ${1#-l}.lib"
;;
esac
shift 1