aboutsummaryrefslogtreecommitdiffhomepage
path: root/.fmsbw/images/msys-activate
blob: 655fcaee69fce7c8aad09bcc9098a9bfc621e973 (plain)
1
2
3
4
5
6
cd /opt/quasi-msys2
export PATH=`pwd`/gnu-overrides:$PATH
export PKG_CONFIG=pkg-config
set +ex
. env/all.src
set -ex