Skip to content

Instantly share code, notes, and snippets.

@WebDrake
Created September 1, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebDrake/0081628d70b61e271006c9b8fa3454ef to your computer and use it in GitHub Desktop.
Save WebDrake/0081628d70b61e271006c9b8fa3454ef to your computer and use it in GitHub Desktop.
Provisional gcc wrapper for LDC snap package
#!/bin/sh
exec "$SNAP/usr/bin/gcc" --sysroot=$SNAP "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment