mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[BOOTLIB]
- Add missing xdk dependency svn path=/trunk/; revision=69084
This commit is contained in:
parent
525668eff1
commit
40fb07129c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ endif()
|
|||
add_asm_files(bootlib_asm ${BOOTLIB_ASM_SOURCE})
|
||||
add_library(bootlib ${BOOTLIB_SOURCE} ${bootlib_asm})
|
||||
add_pch(bootlib app/bootmgr/bootmgr.h BOOTLIB_SOURCE)
|
||||
add_dependencies(bootlib bugcodes)
|
||||
add_dependencies(bootlib bugcodes xdk)
|
||||
|
||||
list(APPEND BOOTMGR_BASE_SOURCE
|
||||
app/bootmgr/efiemu.c
|
||||
|
|
Loading…
Reference in a new issue