diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-28 21:02:58 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-28 21:02:58 +0000 |
| commit | 2944fb4a2788e4e3565817ac1fadb203a817aad2 (patch) | |
| tree | cc1a9c31b5fa8160bfd997be133cea47d9e6144f | |
| parent | 4917b2a1a132df036c65fb81b6d3ed0a1cebf599 (diff) | |
| download | pcsxr-2944fb4a2788e4e3565817ac1fadb203a817aad2.tar.gz | |
Explicitly set the path on the OS X versioning script
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87332 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index 90180878..d32276e5 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -1942,7 +1942,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "#Some code taken from the MPlayerX people.\nruby updateInfoPlist.rb Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n"; + shellScript = "#Some code taken from the MPlayerX people.\nexport PATH=\"/usr/bin:/bin:/usr/sbin:/sbin\"\nruby updateInfoPlist.rb Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n"; }; 55F41A3317EF8CFF00605DF8 /* Strip Headers */ = { isa = PBXShellScriptBuildPhase; |
