Skip to content

Commit

Permalink
Make the plask.js symlink an absolute symlink. It was previously rela…
Browse files Browse the repository at this point in the history
…tive.

This should improve the situation for Xcode 4 where the build output is not
inside the project directory.
  • Loading branch information
deanm committed Aug 18, 2011
1 parent d75a687 commit 2ee0073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plask.xcodeproj/project.pbxproj
Expand Up @@ -254,7 +254,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR/plask.app/Contents/lib/node/\"\nln -sf ../../../../../../plask.js \"$BUILT_PRODUCTS_DIR/plask.app/Contents/lib/node/plask.js\"";
shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR/plask.app/Contents/lib/node/\"\nln -sf \"$SRCROOT/plask.js\" \"$BUILT_PRODUCTS_DIR/plask.app/Contents/lib/node/plask.js\"";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down

0 comments on commit 2ee0073

Please sign in to comment.