From be90a476f170c316d5c952e472aa50ed28b49af6 Mon Sep 17 00:00:00 2001 From: randomdude999 Date: Sun, 21 Jan 2024 08:52:05 +0200 Subject: [PATCH] =?UTF-8?q?appveyor=20pls=20=F0=9F=A5=BA=F0=9F=91=89?= =?UTF-8?q?=F0=9F=91=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d4913a07..940729c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: - JOB_NAME: "win64" CMAKE_TARGET: "Visual Studio 16 2019" PLATFORM: "x64" - CMAKE_ARCH: "-A x64" + CMAKE_ARCH: "-A x64 -DPython_ROOT_DIR=C:\\Python311-x64" - JOB_NAME: "clang" CMAKE_TARGET: "Visual Studio 16 2019" PLATFORM: "Win32"