libdebugger: Remove unnecessary header dependency.
- The library does not depend on libedit/ncurses, these were contained entirely within the application level code.
This commit is contained in:
parent
9968f34302
commit
0b20cac7c3
@ -326,8 +326,6 @@ local sources =
|
||||
# let Jam know about the dependency.
|
||||
Includes [ FGristFiles $(sources) ] :
|
||||
<syscalls!$(TARGET_PACKAGING_ARCH)>syscall_numbers.h
|
||||
[ BuildFeatureAttribute ncurses : headers ]
|
||||
[ BuildFeatureAttribute libedit : headers ]
|
||||
;
|
||||
|
||||
SharedLibrary libdebugger.so :
|
||||
|
Loading…
Reference in New Issue
Block a user