From c031dffe72c13062abeff3fde0991ebe32d572bf Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Thu, 4 Jan 2024 03:56:48 +0100 Subject: [PATCH] Add regular `pc` target so that build scripts can run --- config.rust9x.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rust9x.toml b/config.rust9x.toml index 3bce313c97f77..7cd9dc9648b52 100644 --- a/config.rust9x.toml +++ b/config.rust9x.toml @@ -12,6 +12,7 @@ target = [ "i586-rust9x-windows-msvc", "i686-rust9x-windows-msvc", "x86_64-rust9x-windows-msvc", + "x86_64-pc-windows-msvc", ] docs = false