OvmfPkg: Use XCODE5 toolchain for current and future OS X versions
Index: OvmfPkg/build.sh
===================================================================
~/work/edk2>svn diff --diff-cmd diff
Index: OvmfPkg/build.sh
===================================================================
--- OvmfPkg/build.sh (revision 16005)
+++ OvmfPkg/build.sh (working copy)
@@ -68,6 +68,9 @@
1[12])
TARGET_TOOLS=XCLANG
;;
+ 1[34])
+ TARGET_TOOLS=XCODE5
+ ;;
*)
echo OvmfPkg requires Snow Leopard or later OS
exit 1
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel