diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-11 20:05:05 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-11 20:05:05 +0000 |
commit | a170ad5bc28a7c28588bb27a5e6745528e9f53a0 (patch) | |
tree | 9045baa8f9a6b8392f7b3f8e34533e1ebe26ac7a /InOsEmuPkg | |
parent | 949f388f5fa361e3be374f59edc09b92296abe03 (diff) | |
download | edk2-platforms-a170ad5bc28a7c28588bb27a5e6745528e9f53a0.tar.xz |
Fix bug where the config change to point to the executable ended up in one of my local files that does not get checked in.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11642 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg')
-rw-r--r-- | InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser b/InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser index c0d31981fd..846ee23662 100644 --- a/InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser +++ b/InOsEmuPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser @@ -152,13 +152,13 @@ showTypeColumn = 0; sourceDirectories = ( ); - startupPath = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64; + startupPath = ../../../../Build/EmuUnixX64/DEBUG_XCLANG/X64; }; BA11A1020FB10BCE00D06FEC /* SecMain.dll */ = { isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = SecMain.dll; - path = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64/SecMain; + path = ../../../../Build/EmuUnixX64/DEBUG_XCLANG/X64/SecMain; sourceTree = SOURCE_ROOT; }; BA11A11A0FB10E0700D06FEC /* SecGdbScriptBreak */ = { |