Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created October 26, 2009 17:30
Show Gist options
  • Save atsushieno/218839 to your computer and use it in GitHub Desktop.
Save atsushieno/218839 to your computer and use it in GitHub Desktop.
# -*- mode: python -*-
setup_sdk_10_5()
environ_append("CFLAGS", "-arch i386")
environ_append("CXXFLAGS", "-arch i386")
environ_append("LDFLAGS", "-arch i386")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment