summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorericLemanissier <ericLemanissier@users.noreply.github.com>2021-03-24 12:20:27 +0100
committerGitHub <noreply@github.com>2021-03-24 07:20:27 -0400
commit01b56f4b3e89a349228c4ccf55061d847153c8d6 (patch)
tree70208a8d8423046257239b6412946ac7028d1dda /msvcc.sh
parent1aeb26714ec30649f5d9de5b4884a4ac46f5f474 (diff)
downloadlibffi-01b56f4b3e89a349228c4ccf55061d847153c8d6.tar.gz
fix windows tests (#595)
* Update .appveyor.yml * add (debug+release)*(shared+static) CI * fix libversion
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 7cfc509..301e2fb 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -52,7 +52,7 @@ ml="ml"
safeseh="-safeseh"
output=
libpaths=
-libversion=7
+libversion=8
verbose=
while [ $# -gt 0 ]