Skip to content

Commit

Permalink
Merge pull request chendo#3 from wezm/homebrew-support
Browse files Browse the repository at this point in the history
Enable command line build to succeed on 10.8
  • Loading branch information
chendo committed Jul 30, 2012
2 parents 98194e2 + 05e5f51 commit f2d9679
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filepath.xcodeproj/project.pbxproj
Expand Up @@ -197,12 +197,10 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
};
name = Debug;
};
Expand All @@ -214,7 +212,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
};
name = Release;
};
Expand Down

0 comments on commit f2d9679

Please sign in to comment.