From b675dfd014e6452333e6065ec572708a174fb1d2 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Fri, 29 May 2020 00:21:42 -0700 Subject: [PATCH] [boot] Fix header include path for uefi headers After the previous commit, the header path was different. This updates the build scripts to point to the right location. --- scripts/templates/target.boot.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/templates/target.boot.j2 b/scripts/templates/target.boot.j2 index 6358003..b72bc13 100644 --- a/scripts/templates/target.boot.j2 +++ b/scripts/templates/target.boot.j2 @@ -12,6 +12,7 @@ objcopy = objcopy {% block variables %} ccflags = $ccflags $ + -I $srcroot/external $ --target=x86_64-unknown-windows $ -ffreestanding $ -mno-red-zone $