Skip to content

Instantly share code, notes, and snippets.

@wrl
Created April 20, 2016 11:54
Show Gist options
  • Save wrl/e3fabeac9f4ae16b86b580280a7f44b3 to your computer and use it in GitHub Desktop.
Save wrl/e3fabeac9f4ae16b86b580280a7f44b3 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