Skip to content

Commit c9c5122

Browse files
committed
BaseTools: Update nasm to 2.16.01
Fixes #11842 Updates the nasm ext dep to pick up the following fix: > Fix the invalid use of RELA–type relocations instead of REL–type > relocations when generating DWARF debug information for the elf32 > output format. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 4ff51f3 commit c9c5122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BaseTools/Bin/nasm_ext_dep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scope": "edk2-build",
1313
"type": "nuget",
1414
"name": "mu_nasm",
15-
"source": "https://api.nuget.org/v3/index.json",
16-
"version": "2.15.5",
15+
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Basetools-Binary/nuget/v3/index.json",
16+
"version": "20016.1.1",
1717
"flags": ["set_path", "host_specific"]
1818
}

0 commit comments

Comments
 (0)