Skip to content

Instantly share code, notes, and snippets.

@wrl
Created May 2, 2015 01:36
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 wrl/b2fc42beab202b732f49 to your computer and use it in GitHub Desktop.
Save wrl/b2fc42beab202b732f49 to your computer and use it in GitHub Desktop.
#!/bin/dash
path=$(readlink -f "$(which "$0")")
prefix=${path%-*}-
program=${0##*-}
default_cflags="-isysroot /path/to/MacOSX10.<whatever>.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