summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-04-15 09:51:13 -0400
committerAnthony Green <green@moxielogic.com>2018-04-15 09:51:13 -0400
commita9fb4e23cbe17e06a8ce8a296bd8a6e45181be6f (patch)
tree1b45975b61e894958b78e96940ceb59984334143
parent828e3508443a7beb6264a5f515513f415533df32 (diff)
downloadlibffi-a9fb4e23cbe17e06a8ce8a296bd8a6e45181be6f.tar.gz
fix env var
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 23552f4..ee7fc55 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -49,8 +49,8 @@ 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 $ARCH_CFLAG' CXX='/cygdrive/c/projects/libffi/msvcc.sh $ARCH_CFLAG' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make;)"
- - c:\cygwin\bin\sh -lc "(cd $OLDPWD/x86_64-pc-winnt/testsuite/libffi.bhaible; make CC='/cygdrive/c/projects/libffi/msvcc.sh $ARCH_CFLAG' CXX='/cygdrive/c/projects/libffi/msvcc.sh $ARCH_CFLAG' LD=link CPP='cl -nologo -EP'; )"
+ - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./configure CC='/cygdrive/c/projects/libffi/msvcc.sh %ARCH_CFLAG%' CXX='/cygdrive/c/projects/libffi/msvcc.sh %ARCH_CFLAG%' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make;)"
+ - c:\cygwin\bin\sh -lc "(cd $OLDPWD/x86_64-pc-winnt/testsuite/libffi.bhaible; make CC='/cygdrive/c/projects/libffi/msvcc.sh %ARCH_CFLAG%' CXX='/cygdrive/c/projects/libffi/msvcc.sh %ARCH_CFLAG%' LD=link CPP='cl -nologo -EP'; )"
# 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