Skip to content

Commit 4cbea7b

Browse files
committed
Remove DISTUTILS_USE_SDK from 32-bit builds.
1 parent 58366c1 commit 4cbea7b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,16 @@ environment:
3737
- TOOLCHAIN_VERSION: 14.0
3838
RUST: 1.8.0
3939
PYTHON: "C:\\Python34"
40-
DISTUTILS_USE_SDK: "1"
4140
platform: Win32
4241

4342
- TOOLCHAIN_VERSION: 14.0
4443
RUST: beta
4544
PYTHON: "C:\\Python34"
46-
DISTUTILS_USE_SDK: "1"
4745
platform: Win32
4846

4947
- TOOLCHAIN_VERSION: 14.0
5048
RUST: nightly
5149
PYTHON: "C:\\Python34"
52-
DISTUTILS_USE_SDK: "1"
5350
platform: Win32
5451

5552
- TOOLCHAIN_VERSION: 14.0
@@ -73,19 +70,16 @@ environment:
7370
- TOOLCHAIN_VERSION: 14.0
7471
RUST: 1.8.0
7572
PYTHON: "C:\\Python33"
76-
DISTUTILS_USE_SDK: "1"
7773
platform: Win32
7874

7975
- TOOLCHAIN_VERSION: 14.0
8076
RUST: beta
8177
PYTHON: "C:\\Python33"
82-
DISTUTILS_USE_SDK: "1"
8378
platform: Win32
8479

8580
- TOOLCHAIN_VERSION: 14.0
8681
RUST: nightly
8782
PYTHON: "C:\\Python33"
88-
DISTUTILS_USE_SDK: "1"
8983
platform: Win32
9084

9185
- TOOLCHAIN_VERSION: 14.0

0 commit comments

Comments
 (0)