Fixed qemu build

Forgot to add the include directories
This commit is contained in:
Thomas Muller 2022-01-09 17:15:15 -05:00
parent 94fbea02ca
commit c4e91606de
Signed by: thomas
GPG key ID: AF006EB730564952

View file

@ -1,6 +1,7 @@
elf = executable(
'kernel.elf',
arch_sources,
include_directories: includes,
link_args: [
'-Wl,-T,' + meson.current_source_dir() + '/platform.ld',
'-static'