From 5e3e9620e160272a69dc4924f9f69048bed20703 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 22:56:36 -0500 Subject: [PATCH] Disable CC defaults in hopes that it will fix cross-compilation. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3fbae82..8af441d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -136,7 +136,7 @@ build: false #directly or perform other testing commands. Rust will automatically be placed in the PATH # environment variable. test_script: - - rustup default %channel%-%target% + - set CRATE_CC_NO_DEFAULTS=1 - cargo build %cargoflags% before_deploy: