summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-04-15 09:44:19 -0400
committerAnthony Green <green@moxielogic.com>2018-04-15 09:44:19 -0400
commit828e3508443a7beb6264a5f515513f415533df32 (patch)
tree8d68ebbac951ed0e60423692282b9c3ebc59b430
parentee0603b39eba60da0696880fb0f343dfc64f6577 (diff)
downloadlibffi-828e3508443a7beb6264a5f515513f415533df32.tar.gz
remove tabs
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 41e0bb7..23552f4 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -32,11 +32,11 @@ install:
If ($env:Platform -Match "x86") {
$env:BUILD="x86-pc-cygwin"
$env:HOST="x86-pc-windows"
- $env:ARCH_CFLAG="-m32"
+ $env:ARCH_CFLAG="-m32"
} Else {
$env:BUILD="x86_64-pc-cygwin"
$env:HOST="x86_64-pc-winnt"
- $env:ARCH_CFLAG="-m64"
+ $env:ARCH_CFLAG="-m64"
}
- 'appveyor DownloadFile http://cygwin.com/setup-x86.exe -FileName setup.exe'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu >NUL'