Skip to content

Instantly share code, notes, and snippets.

@lambdageek
Created December 11, 2020 15:11
Show Gist options
  • Save lambdageek/fc1806b8632a9d5727a2f51f6a6349c6 to your computer and use it in GitHub Desktop.
Save lambdageek/fc1806b8632a9d5727a2f51f6a6349c6 to your computer and use it in GitHub Desktop.
Build dotnet/runtime with distcc
#! /bin/sh
export PATH=/usr/lib/distcc:"${PATH}"
export DISTCC_NO_REWRITE_CROSS=1
exec ./build.sh "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment