Skip to content

Instantly share code, notes, and snippets.

@wrl
Created May 11, 2015 21:04
Show Gist options
  • Save wrl/bf7e17299b03e4f3e0e5 to your computer and use it in GitHub Desktop.
Save wrl/bf7e17299b03e4f3e0e5 to your computer and use it in GitHub Desktop.
#!/bin/dash
path=$(readlink -f "$(which "$0")")
prefix=${path%-*}-
program=${0##*-}
default_cflags="-isysroot /home/will/macosx_sdks/SDKs/MacOSX10.8.sdk"
$program -target x86_64-apple-darwin -B "$prefix" $default_cflags $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment