summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-27 07:14:59 -0400
committerAnthony Green <green@moxielogic.com>2018-03-27 07:14:59 -0400
commit70b93e4d863c1ff2a6498455339e17df3d7fe784 (patch)
treed24499dd2ad4e943c42422ca191ff49054696947
parent377134d7a946df13b60ff9c9dacc895e82c36178 (diff)
downloadlibffi-70b93e4d863c1ff2a6498455339e17df3d7fe784.tar.gz
try to fix windows builds
-rw-r--r--.appveyor.yml2
-rwxr-xr-xmsvcc.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d60ad38..3e68e6a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -40,7 +40,7 @@ install:
build_script:
- c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./autogen.sh;)"
- - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./configure CC='/cygdrive/c/projects/libffi/msvcc.sh -m64' CXX='/cygdrive/c/projects/libffi/msvcc.sh -m64' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make; make check; cat `find ./ -name libffi.log`)"
+ - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./configure CC='/cygdrive/c/projects/libffi/msvcc.sh -m64' CXX='/cygdrive/c/projects/libffi/msvcc.sh -m64' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make; find .; make check; cat `find ./ -name libffi.log`)"
# FIXME: "make check" currently fails. It just looks like msvcc needs
# to learn about -L and -l options. If you add "make check; cat `find
diff --git a/msvcc.sh b/msvcc.sh
index 77d7a74..95fcb21 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-set -x
-
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#