We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466fbcb commit 9e39b82Copy full SHA for 9e39b82
install-wrappers.sh
@@ -126,6 +126,8 @@ cp wrappers/*-wrapper.sh "$PREFIX/bin"
126
cp wrappers/mingw32-common.cfg $PREFIX/bin
127
for arch in $ARCHS; do
128
cp wrappers/$arch-w64-windows-gnu.cfg $PREFIX/bin
129
+ # Also accept `--target=$arch-pc-windows-gnu` style arg
130
+ ln -sf $arch-w64-windows-gnu.cfg $PREFIX/bin/$arch-pc-windows-gnu.cfg
131
done
132
if [ -n "$HOST" ] && [ -n "$EXEEXT" ]; then
133
# TODO: If building natively on msys, pick up the default HOST value from there.
0 commit comments