From c041ff834c64ddca024f882a20f540bc7bac3a5d Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Tue, 21 Feb 2023 21:56:35 -0800
Subject: [PATCH] alias-bootstrap.sh: use i686-w64-mingw32-cmake-static

---
 alias-bootstrap.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alias-bootstrap.sh b/alias-bootstrap.sh
index f1a6ac4ed9..30f2e2d18a 100755
--- a/alias-bootstrap.sh
+++ b/alias-bootstrap.sh
@@ -23,7 +23,7 @@ git config 'alias.build' '!p="${1##-*}"; [ "$p" ] && shift; git cmake --build --
 
 # Usage: git crossmake
 #
-# Shortcut to i686-w64-mingw32-cmake (CMake cross
+# Shortcut to i686-w64-mingw32-cmake-static (CMake cross
 # compiler)
 #
-git config 'alias.crossmake' '!i686-w64-mingw32-cmake'
+git config 'alias.crossmake' '!i686-w64-mingw32-cmake-static'
-- 
GitLab