From 162c4def063d6609c8159867c177761cd7a0cc0b Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Sun, 18 Oct 2020 13:14:15 +0100 Subject: [PATCH] Fix pre.sh I can't spell! --- pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre.sh b/pre.sh index 549d9a3..033bf72 100644 --- a/pre.sh +++ b/pre.sh @@ -1,3 +1,3 @@ #!/bin/sh -x86_64-ld -r -b binary -o font.o font.psf +x86_64-elf-ld -r -b binary -o font.o font.psf cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc .