Skip to content

Commit

Permalink
Minor tweak on framework search paths to get this to compile on iOS a…
Browse files Browse the repository at this point in the history
…s a standalone.
  • Loading branch information
BradLarson committed Jun 8, 2014
1 parent dd3f4dc commit 653c0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/GPUImage.xcodeproj/project.pbxproj
Expand Up @@ -2423,6 +2423,7 @@
BCE209F91943F20D002FEED8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
Expand Down Expand Up @@ -2456,6 +2457,7 @@
BCE209FA1943F20D002FEED8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
Expand Down

0 comments on commit 653c0d7

Please sign in to comment.