Skip to content

Commit

Permalink
Fix PPSSPP framework search path. Do not make path for the build prod…
Browse files Browse the repository at this point in the history
…ucts relative to the source directory!
  • Loading branch information
clobber committed Oct 30, 2016
1 parent a159823 commit e2ade1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PPSSPP.xcodeproj/project.pbxproj
Expand Up @@ -4162,7 +4162,7 @@
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../Build/Products/Debug\"",
"$(BUILT_PRODUCTS_DIR)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down Expand Up @@ -4199,7 +4199,7 @@
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../Build/Products/Debug\"",
"$(BUILT_PRODUCTS_DIR)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down

0 comments on commit e2ade1b

Please sign in to comment.