Fixed qemu build
Forgot to add the include directories
This commit is contained in:
parent
94fbea02ca
commit
c4e91606de
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
elf = executable(
|
||||
'kernel.elf',
|
||||
arch_sources,
|
||||
include_directories: includes,
|
||||
link_args: [
|
||||
'-Wl,-T,' + meson.current_source_dir() + '/platform.ld',
|
||||
'-static'
|
||||
|
|
Loading…
Reference in a new issue