diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-18 23:54:29 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-18 23:54:29 +0200 |
commit | 1aa940d8444e1f2452ee7b56ee03609f0536f8f7 (patch) | |
tree | 3f0a7f790946ccec7b19a611b6779396fd50c9db | |
parent | bf1b6b2d2efab121938f6f3c4a8954db790e0e33 (diff) | |
download | meson-1aa940d8444e1f2452ee7b56ee03609f0536f8f7.zip meson-1aa940d8444e1f2452ee7b56ee03609f0536f8f7.tar.gz meson-1aa940d8444e1f2452ee7b56ee03609f0536f8f7.tar.bz2 |
One is zero. War is peace. Freedom is slavery.
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 77fc2f0..289758d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ branches: install: # Use the x86 python only when building for x86 for the cpython tests. # For all other archs (including, say, arm), use the x64 python. - - ps: (new-object net.webclient).DownloadFile('https://www.dropbox.com/s/bbzvepq85hv47x1/ninja.exe?dl=0', 'C:\projects\meson\ninja.exe') + - ps: (new-object net.webclient).DownloadFile('https://www.dropbox.com/s/bbzvepq85hv47x1/ninja.exe?dl=1', 'C:\projects\meson\ninja.exe') - cmd: if %arch%==x86 (set MESON_PYTHON_PATH=C:\python34) else (set MESON_PYTHON_PATH=C:\python34-x64) - cmd: echo Using Python at %MESON_PYTHON_PATH% - cmd: if %compiler%==msvc2010 ( call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %arch% ) |