Skip to content

Commit 2424d51

Browse files
committed
Use PROJECT_DIR, not SOURCE_DIR, to find module install script
1 parent c7339b9 commit 2424d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Darwin/Foundation-swiftoverlay.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
);
708708
runOnlyForDeploymentPostprocessing = 0;
709709
shellPath = /bin/sh;
710-
shellScript = "exec \"${SOURCE_ROOT}/Config/install-swiftmodules.sh\"\n";
710+
shellScript = "exec \"${PROJECT_DIR}/Config/install-swiftmodules.sh\"\n";
711711
};
712712
7D20065C22F25325008DF640 /* Install Swift Module */ = {
713713
isa = PBXShellScriptBuildPhase;
@@ -725,7 +725,7 @@
725725
);
726726
runOnlyForDeploymentPostprocessing = 0;
727727
shellPath = /bin/sh;
728-
shellScript = "exec \"${SOURCE_ROOT}/Config/install-swiftmodules.sh\"\n";
728+
shellScript = "exec \"${PROJECT_DIR}/Config/install-swiftmodules.sh\"\n";
729729
};
730730
/* End PBXShellScriptBuildPhase section */
731731

0 commit comments

Comments
 (0)