Added PR in issue #13

merge-requests/1/head
bzt 3 years ago
parent 27306efe36
commit 917906bf6c

@ -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…
Cancel
Save