[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.
This commit is contained in:
Justin C. Miller
2020-05-29 00:21:42 -07:00
parent fc2b884af9
commit b675dfd014

View File

@@ -12,6 +12,7 @@ objcopy = objcopy
{% block variables %}
ccflags = $ccflags $
-I $srcroot/external $
--target=x86_64-unknown-windows $
-ffreestanding $
-mno-red-zone $