Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untitled #12

Closed
wants to merge 1 commit into from
Closed

Untitled #12

wants to merge 1 commit into from

Commits on Mar 15, 2011

  1. Make loadfont.c compile without ppc architecture, allowing macvim

    be built with Xcode4.
    
    If ARCHFLAGS environment variable is not set, python distutils
    (used by setup.py) sets -arch command line arguments for gcc to
    '-arch x86_x64 -arch ppc -arch i386', thus gcc is trying to build
    universal binary with ppc support.
    
    Xcode4 does not contain command line tools for ppc platform
    (assembler tools). As a result ppc architecture is failed to build,
    loadfont.c is not compiled, icons are note generated and macvim
    is failed to build.
    ivkosh committed Mar 15, 2011
    Copy the full SHA
    4971e19 View commit details
    Browse the repository at this point in the history