summarylogtreecommitdiffstats
path: root/cpp3ds.sh
blob: 1f8bc4a6987e60351a463fd74cd974f3af27d84c (plain)
1
2
3
4
5
6
# allow override
if [ -z $CPP3DS ]; then
  export CPP3DS=/opt/cpp3ds
fi

export PATH=$PATH:$CPP3DS/bin