Fix xcode project to point to the correct X64 paths. Also update print out to not point to tianocore.org...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10652 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -190,7 +190,7 @@ Returns:
|
||||
MemorySizeStr = (CHAR16 *) PcdGetPtr (PcdUnixMemorySizeForSecMain);
|
||||
FirmwareVolumesStr = (CHAR16 *) PcdGetPtr (PcdUnixFirmwareVolume);
|
||||
|
||||
printf ("\nEDK SEC Main UNIX Emulation Environment from www.TianoCore.org\n");
|
||||
printf ("\nEDK SEC Main UNIX Emulation Environment from edk2.sourceforge.net\n");
|
||||
|
||||
#ifdef __APPLE__
|
||||
//
|
||||
|
Reference in New Issue
Block a user