Skip to content

Commit c11831e

Browse files
committed
Fix library path to refer ./mach_star/ rather than ../mach_override/
1 parent ec85e7d commit c11831e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeathToDSStore.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
6CF05838182A01FF00B959DF /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
118118
6CF05839182A01FF00B959DF /* udint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udint.h; sourceTree = "<group>"; };
119119
6CF0583A182A01FF00B959DF /* udis86.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = udis86.c; sourceTree = "<group>"; };
120-
6CF0583B182A01FF00B959DF /* udis86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = udis86.h; path = ../mach_override/udis86.h; sourceTree = "<group>"; };
120+
6CF0583B182A01FF00B959DF /* udis86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = udis86.h; path = mach_star/udis86.h; sourceTree = "<group>"; };
121121
8D1107310486CEB800E47090 /* DeathToDSStore-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "DeathToDSStore-Info.plist"; path = "Resources/DeathToDSStore-Info.plist"; sourceTree = "<group>"; };
122122
8D1107320486CEB800E47090 /* DeathToDSStore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DeathToDSStore.app; sourceTree = BUILT_PRODUCTS_DIR; };
123123
/* End PBXFileReference section */
@@ -312,7 +312,7 @@
312312
6CF0583A182A01FF00B959DF /* udis86.c */,
313313
);
314314
name = libudis86;
315-
path = ../mach_override/libudis86;
315+
path = mach_star/libudis86;
316316
sourceTree = "<group>";
317317
};
318318
/* End PBXGroup section */

0 commit comments

Comments
 (0)