mirror of https://github.com/acidanthera/audk.git
Update to support Xcode 64-bit debug.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
abd0c26488
commit
5f267e4d75
|
@ -152,13 +152,13 @@
|
|||
showTypeColumn = 0;
|
||||
sourceDirectories = (
|
||||
);
|
||||
startupPath = ../../../Build/UnixX64/DEBUG_XCODE32/X64;
|
||||
startupPath = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64;
|
||||
};
|
||||
BA11A1020FB10BCE00D06FEC /* SecMain.dll */ = {
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = "compiled.mach-o.executable";
|
||||
name = SecMain.dll;
|
||||
path = ../../../Build/UnixX64/DEBUG_XCODE32/X64/SecMain;
|
||||
path = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64/SecMain;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
BA11A11A0FB10E0700D06FEC /* SecGdbScriptBreak */ = {
|
||||
|
|
|
@ -52,6 +52,7 @@ case `uname` in
|
|||
exit 1
|
||||
else
|
||||
TARGET_TOOLS=XCODE32
|
||||
UNIXPKG_TOOLS=UNIXPKG
|
||||
fi
|
||||
;;
|
||||
Linux*) TARGET_TOOLS=ELFGCC ;;
|
||||
|
|
Loading…
Reference in New Issue