From 9a12358cbe3b31441596a4eb36ebe9e6c94a130a Mon Sep 17 00:00:00 2001 From: Andrew Fish Date: Wed, 11 Nov 2015 02:28:51 +0000 Subject: MdePkg: BaseLib don't require NASM with Xcode Don't require NASM for simple edk2 Xcode projects. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Andrew Fish Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18766 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/BaseLib.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index 4cc86d7e5d..e83a569bb9 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -257,6 +257,7 @@ Ia32/GccInline.c | GCC Ia32/Thunk16.nasm | GCC + Ia32/Thunk16.S | XCODE Ia32/EnableDisableInterrupts.S | GCC Ia32/EnablePaging64.S | GCC Ia32/DisablePaging32.S | GCC @@ -413,6 +414,7 @@ X86DisablePaging32.c X64/GccInline.c | GCC X64/Thunk16.nasm | GCC + X64/Thunk16.S | XCODE X64/SwitchStack.S | GCC X64/SetJump.S | GCC X64/LongJump.S | GCC -- cgit v1.2.3