Skip to content

Commit

Permalink
Fix installhdrs build
Browse files Browse the repository at this point in the history
  • Loading branch information
William Kent committed Sep 4, 2018
1 parent 38b9e03 commit 9244104
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions libplatform.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@
1F0F55841FE9FEA600B61095 /* setjmp.s in Sources */ = {isa = PBXBuildFile; fileRef = 1FC6D0AA1FE9FBBD00773257 /* setjmp.s */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
1FD794C7213F0CA4001826D2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1FAB8B651FE9FBA000B474E6 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1FC6D0C81FE9FCA400773257;
remoteInfo = headers;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
1F0F55201FE9FCBB00B61095 /* Install Headers — usr/include */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down Expand Up @@ -794,6 +804,7 @@
buildRules = (
);
dependencies = (
1FD794C8213F0CA4001826D2 /* PBXTargetDependency */,
);
name = libsystem_platform;
productName = libsystem_platform;
Expand Down Expand Up @@ -901,6 +912,14 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
1FD794C8213F0CA4001826D2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 1FC6D0C81FE9FCA400773257 /* headers */;
targetProxy = 1FD794C7213F0CA4001826D2 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
1F0F554A1FE9FE4C00B61095 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down

0 comments on commit 9244104

Please sign in to comment.