mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-29 05:55:31 +01:00
Added PR in issue #13
This commit is contained in:
parent
27306efe36
commit
917906bf6c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CFLAGS += --target=$(ARCH)-pc-win32-coff -Wno-builtin-requires-header -Wno-incom
|
|||
LDFLAGS += -subsystem:efi_application -nodefaultlib -dll -entry:uefi_init uefi/*.o
|
||||
LIBS = -out:$(TARGET)
|
||||
CC = clang
|
||||
LD = lld-link
|
||||
LD = lld -flavor link
|
||||
OBJCOPY = true
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue