1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00
rc/sh/mw-cyg
2015-12-11 01:06:01 -08:00

9 lines
211 B
Bash

#!/usr/bin/env bash
name='i686-w64-mingw32-'
set -- CC gcc CXX g++ CPP cpp LD ld AR ar \
RANLIB ranlib RC windres WINDRES windres OBJCOPY objcopy
while [ -n "$1" ]; do
export "$1=$name$2"
shift 2
done