build: fix unneeded dependency on npcgcc
All checks were successful
All checks were successful
This commit is contained in:
parent
b99fc98d8d
commit
f6c3a13e7f
7 changed files with 13 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
add_executable(yield-os
|
||||
yield-os.c
|
||||
)
|
||||
target_link_libraries(yield-os PRIVATE am-${ARCH} klib npcgcc)
|
||||
target_link_libraries(yield-os PRIVATE am-${ARCH} klib)
|
||||
|
||||
# -- Extract binary file from ELF
|
||||
add_custom_command(TARGET yield-os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue