mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2025-01-01 03:25:52 +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
|
LDFLAGS += -subsystem:efi_application -nodefaultlib -dll -entry:uefi_init uefi/*.o
|
||||||
LIBS = -out:$(TARGET)
|
LIBS = -out:$(TARGET)
|
||||||
CC = clang
|
CC = clang
|
||||||
LD = lld-link
|
LD = lld -flavor link
|
||||||
OBJCOPY = true
|
OBJCOPY = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue