From 7b547ab05221ebfcc80a422bdd2e3bfad0891048 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 17 May 2021 16:19:24 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b263a78..9e52a7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,8 @@ environment: - GENERATOR: "Visual Studio 16 2019" CONFIG: Release ARCH_ARG: "-A x64" - - PYTHON: "C:\\Python38" + PYTHON: "C:\\Python38-x64" + PYTHON_ARCH: 64 build_script: - git submodule add -b stable ../../pybind/pybind11 extern/pybind11