From 4e277c28c319304d12afb2ef48dcd1c1d63b6fd6 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sun, 12 Feb 2023 20:28:41 -0500 Subject: Use x64 version of MSYS2 packages --- docs/devguide/dev_environ.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/devguide/dev_environ.rst b/docs/devguide/dev_environ.rst index a03ed417..6b23ed8c 100644 --- a/docs/devguide/dev_environ.rst +++ b/docs/devguide/dev_environ.rst @@ -84,9 +84,9 @@ your operating system. .. code:: console - pacman -S --needed --noconfirm base-devel mingw-w64-i686-toolchain git \ - mingw-w64-i686-python3 mingw-w64-i686-python3-cairo \ - mingw-w64-i686-gobject-introspection mingw-w64-i686-libffi + pacman -S --needed --noconfirm base-devel mingw-w64-x86_64-toolchain git \ + mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-cairo \ + mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-libffi .. _macosx-dep: -- cgit v1.2.1