Hacks.
[windows-environment.git] / config.sh
1 export CBS_CURL=curl
2 # Parameter to pass to make for parallel builds
3 # (set the number to the number of cores on your machine)
4 export CBS_PARALLEL="-j4"
5 export CBS_CMAKE="cmake"
6