Skip to content

Commit

Permalink
Fix accidental absolute path reference to GRMustache dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
landonf committed Mar 26, 2014
1 parent 9c2fc6e commit f9fca70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ObjectDoc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/Users/Matt/Projects/ObjectDoc/Dependencies/GRMustache/lib,
"$(SRCROOT)/Dependencies/GRMustache/lib",
);
OTHER_LDFLAGS = (
"-sectcreate",
Expand All @@ -1058,7 +1058,7 @@
LD_RUNPATH_SEARCH_PATHS = "@loader_path/";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/Users/Matt/Projects/ObjectDoc/Dependencies/GRMustache/lib,
"$(SRCROOT)/Dependencies/GRMustache/lib",
);
OTHER_LDFLAGS = (
"-sectcreate",
Expand Down

0 comments on commit f9fca70

Please sign in to comment.