Skip to content
Snippets Groups Projects
Commit c041ff83 authored by James R.'s avatar James R.
Browse files

alias-bootstrap.sh: use i686-w64-mingw32-cmake-static

parent c41d0dee
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ git config 'alias.build' '!p="${1##-*}"; [ "$p" ] && shift; git cmake --build -- ...@@ -23,7 +23,7 @@ git config 'alias.build' '!p="${1##-*}"; [ "$p" ] && shift; git cmake --build --
# Usage: git crossmake # Usage: git crossmake
# #
# Shortcut to i686-w64-mingw32-cmake (CMake cross # Shortcut to i686-w64-mingw32-cmake-static (CMake cross
# compiler) # compiler)
# #
git config 'alias.crossmake' '!i686-w64-mingw32-cmake' git config 'alias.crossmake' '!i686-w64-mingw32-cmake-static'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment